mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #2764 from angelside/develop
Update _recordfinder_form hard coded button "Cancel" text
This commit is contained in:
commit
1ad5a58ae8
@ -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…
x
Reference in New Issue
Block a user