aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-03-22 12:48:21 +0200
committerHenry Jameson <me@hjkos.com>2023-03-22 12:48:21 +0200
commit91534172027a587c7cab2cd3bedc51c1e24905ef (patch)
tree35b8c56a716bbf8b1b85f4d682712fd00509a9e0 /src
parentc7a16bdfe2cebe51c232ae3fe3101d35c4f877a2 (diff)
localization strings
Diffstat (limited to 'src')
-rw-r--r--src/i18n/en.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 8e36a7b8..f84b5a34 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -830,7 +830,13 @@
"title": "Version",
"backend_version": "Backend version",
"frontend_version": "Frontend version"
- }
+ },
+ "commit_value": "Save",
+ "commit_value_tooltip": "Value is not saved, press this button to commit your changes",
+ "reset_value": "Reset",
+ "reset_value_tooltip": "Reset draft",
+ "hard_reset_value": "Hard reset",
+ "hard_reset_value_tooltip": "Remove setting from storage, forcing use of default value"
},
"admin_dash": {
"window_title": "Administration",