Merge pull request #1621 from gergo85/patch-3

Improve the multilingual support
This commit is contained in:
Samuel Georges 2015-11-28 16:17:41 +11:00
commit 32a079cfd1
1 changed files with 2 additions and 2 deletions

View File

@ -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">&times;</span>
</button>
</div>
@ -25,4 +25,4 @@
<input type="hidden" name="<?= $indexName ?>" value="<?= $indexValue ?>" />
</li>
</li>