mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 12:44:56 +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);
|
callback(win);
|
||||||
}
|
}
|
||||||
} else {
|
} 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;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user