[pbs-devel] [PATCH proxmox-backup 2/2] ui: main view: rename "Theme" selector to "Color Theme"

Stefan Sterz s.sterz at proxmox.com
Fri Apr 14 15:28:10 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>
---
 www/MainView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/MainView.js b/www/MainView.js
index 0f09f676..d35162e4 100644
--- a/www/MainView.js
+++ b/www/MainView.js
@@ -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,
-- 
2.30.2






More information about the pbs-devel mailing list