aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-06 23:57:25 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-06 22:57:25 +0000
commit395850868b51b8c9aa077560bd0b4a4d80478fe7 (patch)
tree893d348bcdc355919069ca743d4f10cd54c8f2b8 /src/i18n
parentUpgrade 'electron' to '19.0.8' (diff)
downloadferdium-app-395850868b51b8c9aa077560bd0b4a4d80478fe7.tar.gz
ferdium-app-395850868b51b8c9aa077560bd0b4a4d80478fe7.tar.zst
ferdium-app-395850868b51b8c9aa077560bd0b4a4d80478fe7.zip
Add file size info and error message while setting a custom image in the recipe settings screen (#437)
Co-authored-by: Ricardo Cino <ricardo@cino.io> Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f3c3d1766..b04640a65 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -371,6 +371,8 @@
371 "settings.service.form.useHostedService": "Use the hosted {name} service.", 371 "settings.service.form.useHostedService": "Use the hosted {name} service.",
372 "settings.service.form.yourServices": "Your services", 372 "settings.service.form.yourServices": "Your services",
373 "settings.service.reloadRequired": "Changes require reload of the service", 373 "settings.service.reloadRequired": "Changes require reload of the service",
374 "settings.service.form.maxFileSize": "Maximum filesize:",
375 "settings.service.form.maxFileSizeError": "The file you are trying to submit is too large.",
374 "settings.services.deletedInfo": "Service has been deleted", 376 "settings.services.deletedInfo": "Service has been deleted",
375 "settings.services.discoverServices": "Discover services", 377 "settings.services.discoverServices": "Discover services",
376 "settings.services.headline": "Your services", 378 "settings.services.headline": "Your services",