[pmg-devel] [PATCH pmg-gui 1/1] main view/quarantine: rename "Theme" selector to "Color Theme"
Stefan Sterz
s.sterz at proxmox.com
Fri Apr 14 15:28:11 CEST 2023
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 at proxmox.com>
---
js/MainView.js | 2 +-
js/QuarantineView.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/MainView.js b/js/MainView.js
index 2cc140c..7c12ece 100644
--- a/js/MainView.js
+++ b/js/MainView.js
@@ -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,
diff --git a/js/QuarantineView.js b/js/QuarantineView.js
index b3315cf..5b70487 100644
--- a/js/QuarantineView.js
+++ b/js/QuarantineView.js
@@ -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',
--
2.30.2
More information about the pmg-devel
mailing list