Merge pull request #1621 from gergo85/patch-3
Improve the multilingual support
This commit is contained in:
commit
32a079cfd1
|
|
@ -12,7 +12,7 @@
|
|||
data-request="<?= $this->getEventHandler('onRemoveItem') ?>"
|
||||
data-request-data="'index': '<?= $indexValue ?>'"
|
||||
data-request-success="$(this).closest('.field-repeater-item').remove()"
|
||||
data-request-confirm="Are you sure?">
|
||||
data-request-confirm="<?= e(trans('backend::lang.form.action_confirm')) ?>">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
<input type="hidden" name="<?= $indexName ?>" value="<?= $indexValue ?>" />
|
||||
|
||||
</li>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue