aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-24 20:36:09 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-24 20:36:09 +0100
commit217cb8cdba811b93394811c6d616267cdf838eee (patch)
tree3683490e8288dbd179d4d60a09247287191e3b65 /src/i18n/locales
parentDelay app based on featureAPI settings (diff)
downloadferdium-app-217cb8cdba811b93394811c6d616267cdf838eee.tar.gz
ferdium-app-217cb8cdba811b93394811c6d616267cdf838eee.tar.zst
ferdium-app-217cb8cdba811b93394811c6d616267cdf838eee.zip
Add missing delayApp commit
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}