Update _recordfinder_form hard coded button "Cancel" text

This commit is contained in:
juysoft 2017-03-18 23:54:24 +02:00
parent 6697e00649
commit be7490c878
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@
type="button"
class="btn btn-default"
data-dismiss="popup">
Cancel
<?= e(trans('backend::lang.recordfinder.cancel')) ?>
</button>
</div>
<?= Form::close() ?>

View File

@ -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',