]> git.proxmox.com Git - pmg-gui.git/commitdiff
main view/quarantine: rename "Theme" selector to "Color Theme"
authorStefan Sterz <s.sterz@proxmox.com>
Fri, 14 Apr 2023 13:28:11 +0000 (15:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 09:53:08 +0000 (11:53 +0200)
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>
js/MainView.js
js/QuarantineView.js

index 2cc140c1eceba870da226d25980638f8df322d2f..7c12ecefff8e6014b8661fa5944a2acd94770c9f 100644 (file)
@@ -210,7 +210,7 @@ Ext.define('PMG.MainView', {
                        },
                        {
                            iconCls: 'fa fa-paint-brush',
-                           text: gettext('Theme'),
+                           text: gettext('Color Theme'),
                            handler: () => Ext.create('Proxmox.window.ThemeEditWindow', {
                                cookieName: 'PMGThemeCookie',
                                autoShow: true,
index b3315cf4f525a60024ebc464f88b82b8ac5dcecd..5b70487ff2058bed6379c2d84d76d467371f6cf7 100644 (file)
@@ -243,7 +243,7 @@ Ext.define('PMG.QuarantineView', {
                        {
                            reference: 'themeButton',
                            iconCls: 'fa fa-paint-brush',
-                           text: gettext('Theme'),
+                           text: gettext('Color Theme'),
                        },
                        {
                            iconCls: 'fa fa-language',