Skip to content

Commit 75edbe1

Browse files
committed
Changed translation and meaning of ticket attachment search field
1 parent 87bafb2 commit 75edbe1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Translations/ca/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
'searchform-creator' => 'Creador',
364364
'searchform-department' => 'Departament',
365365
'searchform-comments' => 'Text als comentaris',
366-
'searchform-attachment_filename' => 'Nom d\'adjunt',
366+
'searchform-attachment_text' => 'Text als adjunts',
367367
'searchform-any_text_field' => 'Qualsevol camp de text',
368368
'searchform-created_at' => 'Creació',
369369
'searchform-completed_at' => 'Tancament',

src/Translations/en/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
'searchform-creator' => 'Creator',
364364
'searchform-department' => 'Department',
365365
'searchform-comments' => 'Comments text',
366-
'searchform-attachment_filename' => 'Attachment filename',
366+
'searchform-attachment_text' => 'Attachment text',
367367
'searchform-any_text_field' => 'Any text field',
368368
'searchform-created_at' => 'Creation datetime',
369369
'searchform-completed_at' => 'Completion datetime',

src/Translations/es/lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
'searchform-creator' => 'Creador',
120120
'searchform-department' => 'Departamento',
121121
'searchform-comments' => 'Texto en los comentarios',
122-
'searchform-attachment_filename' => 'Nombre de adjunto',
122+
'searchform-attachment_text' => 'Texto en adjunto',
123123
'searchform-any_text_field' => 'Cualquier campo de texto',
124124
'searchform-created_at' => 'Creación',
125125
'searchform-completed_at' => 'Cierre',

src/Views/tickets/search/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239

240240
@if ($setting->grab('ticket_attachments_feature'))
241241
<div class="form-group row @if(isset($search_fields['attachment_name'])) bg-info @endif"><!-- ATTACHMENT FILENAME -->
242-
{!! CollectiveForm::label('attachment_name', trans('panichd::lang.searchform-attachment_filename') . trans('panichd::lang.colon'), [
242+
{!! CollectiveForm::label('attachment_name', trans('panichd::lang.searchform-attachment_text') . trans('panichd::lang.colon'), [
243243
'class' => 'col-lg-3 col-form-label'
244244
]) !!}
245245
<div class="col-lg-9">

0 commit comments

Comments
 (0)