Merge pull request #2764 from angelside/develop

Update _recordfinder_form hard coded button "Cancel" text
This commit is contained in:
Luke Towers 2017-03-19 13:25:05 -06:00 committed by GitHub
commit 1ad5a58ae8
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',