From 166f0f7c371aa5ab1b0be2c3a65bcb6de007899e Mon Sep 17 00:00:00 2001 From: apapachristou Date: Wed, 7 Oct 2020 11:27:49 +0300 Subject: [PATCH] Fixes grammar of notification "Email was send!" (cherry picked from commit 2c57e77183d847322927950b0e931a2ad6aa94ea) --- dmp-frontend/src/assets/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 812944939..1e2f10afa 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -185,7 +185,7 @@ "REQUEST-EMAIL-HEADER": "We are almost done! Please fill your e-mail.", "REQUEST-EMAIL-TEXT": "You will need to confirm it to use the application.", "SUBMIT": "Submit", - "SENT-EMAIL-HEADER": "Email was send!", + "SENT-EMAIL-HEADER": "An email has been sent! Please check your inbox.", "EMAIL-FOUND": "Email is already confirmed" }, "HOME": { @@ -1535,4 +1535,4 @@ "DRAFT": "Draft", "FINALIZED": "Finalized" } -} \ No newline at end of file +}