This commit is contained in:
Sam Georges 2014-08-07 20:42:39 +10:00
parent 4bf9da8b56
commit f21eaf05a3
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
data-handler="onRelationManageForm"
href="javascript:;"
class="btn btn-sm btn-primary oc-icon-plus">
<?= trans('backend::lang.relation.add_name', ['name'=>e(trans($relationLabel))]) ?>
<?= e(trans('backend::lang.relation.add_name', ['name'=>trans($relationLabel)])) ?>
</a>

View File

@ -3,5 +3,5 @@
data-handler="onRelationManageForm"
href="javascript:;"
class="btn btn-sm btn-primary oc-icon-plus">
<?= trans('backend::lang.relation.create_name', ['name'=>e(trans($relationLabel))]) ?>
<?= e(trans('backend::lang.relation.create_name', ['name'=>trans($relationLabel)])) ?>
</a>