Skip to content

Commit 7e62909

Browse files
committed
Search URL button translations
1 parent 6e1f300 commit 7e62909

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Translations/ca/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@
389389

390390
'searchform-results-title' => 'Resultats de la cerca',
391391
'searchform-btn-edit' => 'Editar cerca',
392+
'searchform-btn-web' => 'Adreça web de cerca',
393+
'searchform-help-btn-web' => 'Aquest és un enllaç permanent per a aquesta cerca',
392394

393395

394396
/*

src/Translations/en/lang.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@
388388

389389
'searchform-results-title' => 'Search results',
390390
'searchform-btn-edit' => 'Edit search',
391+
'searchform-btn-web' => 'Search web address',
392+
'searchform-help-btn-web' => 'This is a permanent link to this search',
391393

392394
/*
393395
* Controllers

src/Translations/es/lang.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@
128128
'searchform-validation-success' => 'Se ha registrado :num campos de búsqueda',
129129

130130
'searchform-results-title' => 'Resultados de la búsqueda',
131-
'searchform-btn-edit' => 'Editar búsqueda',
131+
'searchform-btn-edit' => 'Editar búsqueda',
132+
'searchform-btn-web' => 'Web de búsqueda',
133+
'searchform-help-btn-web' => 'Este es un enlace permanente para esta búsqueda',
132134

133135
/*
134136
* Controllers

src/Views/tickets/search.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="card-body">
1414
<h5 class="card-title mb-4">{{ trans('panichd::lang.searchform-results-title') }}
1515
<button type="button" id="edit_search" class="btn btn-default btn-sm ml-4">{{ trans('panichd::lang.searchform-btn-edit') }}</button>
16-
<a id="copy_search_URL" class="btn btn-default btn-sm ml-2 tooltip-info" href="#" title="This is a permanent URL for this search parameters">search URL</a>
16+
<a id="copy_search_URL" class="btn btn-default btn-sm ml-2 tooltip-info" href="#" title="{{ trans('panichd::lang.searchform-help-btn-web') }}">{{ trans('panichd::lang.searchform-btn-web') }}</a>
1717
</h5>
1818
@include('panichd::tickets.datatable.header')
1919
</div>

0 commit comments

Comments
 (0)