From a7e8b87bdbcd22587f424f94b5f38a32b0d5cfba Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 Mar 2019 09:53:07 +0100 Subject: [PATCH] ui: ceph install: fixup gettext string Signed-off-by: Thomas Lamprecht --- www/manager6/Utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {