From 395850868b51b8c9aa077560bd0b4a4d80478fe7 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Wed, 6 Jul 2022 23:57:25 +0100 Subject: Add file size info and error message while setting a custom image in the recipe settings screen (#437) Co-authored-by: Ricardo Cino Co-authored-by: Vijay Aravamudhan --- src/i18n/locales/en-US.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/i18n/locales') 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 @@ "settings.service.form.useHostedService": "Use the hosted {name} service.", "settings.service.form.yourServices": "Your services", "settings.service.reloadRequired": "Changes require reload of the service", + "settings.service.form.maxFileSize": "Maximum filesize:", + "settings.service.form.maxFileSizeError": "The file you are trying to submit is too large.", "settings.services.deletedInfo": "Service has been deleted", "settings.services.discoverServices": "Discover services", "settings.services.headline": "Your services", -- cgit v1.2.3-70-g09d2