From 12d829e07aefaccc77abd36582a791da204d451c Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 5 Apr 2023 19:24:33 +0200 Subject: [PATCH] fix: improves help text of dark mode Signed-off-by: Tilman Vatteroth --- frontend/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index f5f9687b4..701797750 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -622,7 +622,7 @@ "label": "Global", "darkMode": { "label": "Dark mode", - "help": "Enforces the (de)activation of the dark mode for the app or lets the browser decide.", + "help": "Enforces the use of the dark mode for the app or lets the browser decide.", "dark": { "tooltip": "Switch to dark mode", "label": "Dark"