logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 9a9d89229f2654edaf2e096e23f1ad46a0b7a964
parent 3c929416643ef64d6f5996a6466363ba4d65a96d
Author: Henry Jameson <me@hjkos.com>
Date:   Wed,  4 Dec 2024 11:27:35 +0200

add "editor" to tab names for better clarity

Diffstat:

Msrc/i18n/en.json4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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",