From 0b525fba79f033b6e86b3ace9c7da329ff63e608 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 14 Apr 2023 15:28:11 +0200 Subject: [PATCH] main view/quarantine: 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 --- 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.39.2