mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +00:00
ui: ceph install: fixup gettext string
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0e55feeeb6
commit
a7e8b87bdb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user