diff --git a/www/manager5/Workspace.js b/www/manager5/Workspace.js
index 4e9e2e0b..d4e01560 100644
--- a/www/manager5/Workspace.js
+++ b/www/manager5/Workspace.js
@@ -260,9 +260,9 @@ Ext.define('PVE.StdWorkspace', {
if (PVE.VersionInfo) {
var version = PVE.VersionInfo.version + '-' + PVE.VersionInfo.release + '/' +
PVE.VersionInfo.repoid;
- ui.update('");
+ ui.update('Proxmox Virtual Environment
' + gettext('Version') + ': ' + version);
} else {
- ui.update('');
+ ui.update('Proxmox Virtual Environment');
}
ui.doLayout();
},
@@ -381,7 +381,7 @@ Ext.define('PVE.StdWorkspace', {
minWidth: 200,
flex: 1,
id: 'versioninfo',
- html: '',
+ html: 'Proxmox Virtual Environment',
height: 30
},
{