Skip to content

Commit

Permalink
Fixes language key
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Sep 18, 2021
1 parent e188352 commit 6df7563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="modal-header">
<button type="button" class="close" data-dismiss="popup">&times;</button>
<h4 class="modal-title"><?= e(trans('rainlab.builder::lang.form.btn_add_database_fields_datatable')) ?></h4>
<h4 class="modal-title"><?= e(trans('rainlab.builder::lang.form.btn_add_database_fields')) ?></h4>
</div>

<div class="modal-body">
Expand Down
2 changes: 1 addition & 1 deletion behaviors/indexmodelformoperations/partials/_toolbar.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
data-handler="onModelShowAddDatabaseFieldsPopup"
data-stripe-load-indicator
>
<?= e(trans('rainlab.builder::lang.form.btn_add_database_fields_datatable')) ?>
<?= e(trans('rainlab.builder::lang.form.btn_add_database_fields')) ?>
</a>

<button
Expand Down
2 changes: 1 addition & 1 deletion lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'saved' => 'Form saved',
'confirm_delete' => 'Delete the form?',
'tab_new_form' => 'New form',
'btn_add_database_fields_datatable' => 'Add database fields',
'btn_add_database_fields' => 'Add database fields',
'property_label_title' => 'Label',
'property_label_required' => 'Please specify the control label.',
'property_span_title' => 'Span',
Expand Down

0 comments on commit 6df7563

Please sign in to comment.