diff --git a/client/src/views/admin/layouts/index.js b/client/src/views/admin/layouts/index.js index f1b38629ab..4a6af195c4 100644 --- a/client/src/views/admin/layouts/index.js +++ b/client/src/views/admin/layouts/index.js @@ -171,7 +171,9 @@ define('views/admin/layouts/index', 'view', function (Dep) { $("#layout-header").html(""); return; } - $("#layout-header").show().html(this.getLanguage().translate(this.scope, 'scopeNamesPlural') + " ยป " + this.getLanguage().translate(this.type, 'layouts', 'Admin')); + $("#layout-header").show().html(this.getLanguage().translate(this.scope, 'scopeNamesPlural') + + " " + + this.getLanguage().translate(this.type, 'layouts', 'Admin')); }, updatePageTitle: function () {