From 9a9d89229f2654edaf2e096e23f1ad46a0b7a964 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 4 Dec 2024 11:27:35 +0200 Subject: [PATCH] add "editor" to tab names for better clarity --- src/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 685a0652..7febbf9f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -701,7 +701,7 @@ "use_websockets": "Use websockets (Realtime updates)", "text": "Text", "theme": "Theme", - "theme_old": "Theme (old)", + "theme_old": "Theme editor (old)", "theme_help": "Use hex color codes (#rrggbb) to customize your color theme.", "theme_help_v2_1": "You can also override certain component's colors and opacity by toggling the checkbox, use \"Clear all\" button to clear all overrides.", "theme_help_v2_2": "Icons underneath some entries are background/text contrast indicators, hover over for detailed info. Please keep in mind that when using transparency contrast indicators show the worst possible case.", @@ -781,7 +781,7 @@ "imported": "Imported" }, "editor": { - "title": "Style", + "title": "Style editor", "reset_style": "Reset", "load_style": "Open from file", "save_style": "Save",