Update _recordfinder_form hard coded button "Cancel" text
This commit is contained in:
parent
6697e00649
commit
be7490c878
|
|
@ -15,7 +15,7 @@
|
|||
type="button"
|
||||
class="btn btn-default"
|
||||
data-dismiss="popup">
|
||||
Cancel
|
||||
<?= e(trans('backend::lang.recordfinder.cancel')) ?>
|
||||
</button>
|
||||
</div>
|
||||
<?= Form::close() ?>
|
||||
|
|
|
|||
|
|
@ -256,7 +256,8 @@ return [
|
|||
'return_to_list' => 'Return to the list'
|
||||
],
|
||||
'recordfinder' => [
|
||||
'find_record' => 'Find Record'
|
||||
'find_record' => 'Find Record',
|
||||
'cancel' => 'Cancel',
|
||||
],
|
||||
'pagelist' => [
|
||||
'page_link' => 'Page link',
|
||||
|
|
|
|||
Loading…
Reference in New Issue