fixup trailing whitespaces

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2019-03-29 13:12:11 +01:00
parent bf0d58d9e2
commit 9c993417ea

View File

@ -36,11 +36,11 @@ Ext.define('PVE.ceph.Install', {
},
windowText: function (get) {
if (get('isInstalled')) {
return '<p class="install-mask">' +
return '<p class="install-mask">' +
Ext.String.format(gettext('{0} is not initialized.'), 'Ceph') + ' '+
gettext('You need to create a initial config once.') + '</p>';
} else {
return '<p class="install-mask">' +
return '<p class="install-mask">' +
Ext.String.format(gettext('{0} is not installed on this node.'), 'Ceph') + '<br>' +
gettext('Would you like to install it now?') + '</p>';
}