aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 25ca2adeb..cd0258d8a 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -200,5 +200,9 @@
200 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 200 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
201 "service.disabledHandler.headline": "{name} is disabled", 201 "service.disabledHandler.headline": "{name} is disabled",
202 "service.disabledHandler.action": "Enable {name}", 202 "service.disabledHandler.action": "Enable {name}",
203 "menu.edit": "Edit" 203 "menu.edit": "Edit",
204 "validation.required": "{field} is required",
205 "validation.email": "{field} is not valid",
206 "validation.url": "{field} is not a valid URL",
207 "validation.minLength": "{field} should be at least {length} characters long"
204} 208}