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:
Stefan Sterz 2023-04-14 15:28:10 +02:00 committed by Thomas Lamprecht
parent 41dbc8115d
commit 18c2110b38

View File

@ -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,