ui: main view: rename "Theme" selector to "Color Theme"
this is already the case in Proxmox VE so just use the same wording here too to stay consistent Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
41dbc8115d
commit
18c2110b38
@ -249,7 +249,7 @@ Ext.define('PBS.MainView', {
|
||||
},
|
||||
{
|
||||
iconCls: 'fa fa-paint-brush',
|
||||
text: gettext('Theme'),
|
||||
text: gettext('Color Theme'),
|
||||
handler: () => Ext.create('Proxmox.window.ThemeEditWindow', {
|
||||
cookieName: 'PBSThemeCookie',
|
||||
autoShow: true,
|
||||
|
Loading…
Reference in New Issue
Block a user