diff --git a/modules/backend/behaviors/relationcontroller/partials/_button_delete.htm b/modules/backend/behaviors/relationcontroller/partials/_button_delete.htm index 9a7d557f2..108ff4af2 100644 --- a/modules/backend/behaviors/relationcontroller/partials/_button_delete.htm +++ b/modules/backend/behaviors/relationcontroller/partials/_button_delete.htm @@ -10,5 +10,5 @@ data-trigger="#= $this->relationGetId('view') ?> .control-list input[type=checkbox]" data-trigger-condition="checked" data-stripe-load-indicator> - = trans('backend::lang.relation.delete') ?> + = e(trans('backend::lang.relation.delete')) ?> \ No newline at end of file diff --git a/modules/backend/behaviors/relationcontroller/partials/_button_remove.htm b/modules/backend/behaviors/relationcontroller/partials/_button_remove.htm index 6e680af62..2ddd2770f 100644 --- a/modules/backend/behaviors/relationcontroller/partials/_button_remove.htm +++ b/modules/backend/behaviors/relationcontroller/partials/_button_remove.htm @@ -9,5 +9,5 @@ data-trigger="#= $this->relationGetId('view') ?> .control-list input[type=checkbox]" data-trigger-condition="checked" data-stripe-load-indicator> - = trans('backend::lang.relation.remove') ?> + = e(trans('backend::lang.relation.remove')) ?> \ No newline at end of file diff --git a/modules/backend/behaviors/relationcontroller/partials/_manage_form.htm b/modules/backend/behaviors/relationcontroller/partials/_manage_form.htm index f65746ca8..a29cc76fa 100644 --- a/modules/backend/behaviors/relationcontroller/partials/_manage_form.htm +++ b/modules/backend/behaviors/relationcontroller/partials/_manage_form.htm @@ -7,7 +7,7 @@
- = trans('backend::lang.form.cancel') ?> + = e(trans('backend::lang.form.cancel')) ?>
diff --git a/modules/backend/controllers/auth/restore.htm b/modules/backend/controllers/auth/restore.htm index eedbd34ea..6dfe47573 100644 --- a/modules/backend/controllers/auth/restore.htm +++ b/modules/backend/controllers/auth/restore.htm @@ -1,4 +1,4 @@ -- = trans('backend::lang.form.cancel') ?> + = e(trans('backend::lang.form.cancel')) ?>
diff --git a/modules/backend/controllers/auth/signin.htm b/modules/backend/controllers/auth/signin.htm index b9a38da4f..82ce38808 100644 --- a/modules/backend/controllers/auth/signin.htm +++ b/modules/backend/controllers/auth/signin.htm @@ -1,4 +1,4 @@ -= $this->getCurrentRelativePath() ?> @@ -25,10 +25,10 @@
-= trans($this->noRecordsMessage) ?>
+= e(trans($this->noRecordsMessage)) ?>