ui: ceph install: fixup gettext string

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-12 09:53:07 +01:00
parent 0e55feeeb6
commit a7e8b87bdb

View File

@ -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 {