diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index b5897b97..50e8c297 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1142,7 +1142,8 @@ Ext.define('PVE.Utils', { utilities: { callback(win); } } else { - container.mask(Ext.String.format(gettext('{0} not installed.') + gettext(' Log in as root to install.'), 'Ceph'), ['pve-static-mask']); + container.mask(Ext.String.format(gettext('{0} not installed.') + + ' ' + gettext('Log in as root to install.'), 'Ceph'), ['pve-static-mask']); } return true; } else {