aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 66ec5af84..24e29df18 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -249,5 +249,8 @@
249 "validation.required": "{field} is required", 249 "validation.required": "{field} is required",
250 "validation.email": "{field} is not valid", 250 "validation.email": "{field} is not valid",
251 "validation.url": "{field} is not a valid URL", 251 "validation.url": "{field} is not a valid URL",
252 "validation.minLength": "{field} should be at least {length} characters long" 252 "validation.minLength": "{field} should be at least {length} characters long",
253 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting",
254 "feature.delayApp.action": "Get a Franz Supporter License",
255 "feature.delayApp.text": "Franz will continue in {seconds} seconds."
253} 256}