X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=www%2Fmanager6%2Fwindow%2FCephInstall.js;h=432c6719fa7111f2fcfaaf431e6d3878d59ee759;hb=5b775e5d8c5e78239e3eab41a6838972d5fcce25;hp=1b8abc41f4e341df1b8d1d4d580e3d017e1be0af;hpb=3405edbefba9641aefb836a03fbe5d71182ef6ce;p=pve-manager.git diff --git a/www/manager6/window/CephInstall.js b/www/manager6/window/CephInstall.js index 1b8abc41..432c6719 100644 --- a/www/manager6/window/CephInstall.js +++ b/www/manager6/window/CephInstall.js @@ -34,9 +34,9 @@ Ext.define('PVE.ceph.Install', { }, windowText: function(get) { if (get('isInstalled')) { - return '

' + - Ext.String.format(gettext('{0} is not initialized.'), 'Ceph') + ' '+ - gettext('You need to create a initial config once.') + '

'; + return `

+ ${Ext.String.format(gettext('{0} is not initialized.'), 'Ceph')} + ${gettext('You need to create an initial config once.')}

`; } else { return '

' + Ext.String.format(gettext('{0} is not installed on this node.'), 'Ceph') + '
' +