From 3b30af3e4d14c643792769b3d32f65f294c245c0 Mon Sep 17 00:00:00 2001 From: Bram Luyten Date: Mon, 4 May 2020 13:33:55 +0200 Subject: [PATCH 1/2] i18n correcting two errors in English main catalog --- resources/i18n/en.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5 index 95559b2f5b..0a0a7f5f21 100644 --- a/resources/i18n/en.json5 +++ b/resources/i18n/en.json5 @@ -958,7 +958,7 @@ "form.search": "Search", - "form.search-help": "Click here to looking for an existing correspondence", + "form.search-help": "Click here to look for an existing correspondence", "form.submit": "Submit", @@ -2424,7 +2424,7 @@ "submission.sections.upload.form.group-required": "Group is required.", - "submission.sections.upload.form.until-label": "Access grant until", + "submission.sections.upload.form.until-label": "Grant access until", "submission.sections.upload.form.until-placeholder": "Until", From 519046e7699cc36fbdd01d90a8a4a7107226679c Mon Sep 17 00:00:00 2001 From: Bram Luyten Date: Mon, 4 May 2020 15:09:46 +0200 Subject: [PATCH 2/2] i18n correction English catalog --- resources/i18n/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5 index 0a0a7f5f21..c6a089c117 100644 --- a/resources/i18n/en.json5 +++ b/resources/i18n/en.json5 @@ -2416,7 +2416,7 @@ "submission.sections.upload.form.date-required": "Date is required.", - "submission.sections.upload.form.from-label": "Access grant from", + "submission.sections.upload.form.from-label": "Grant access from", "submission.sections.upload.form.from-placeholder": "From",