Fixes grammar of notification "Email was send!"

(cherry picked from commit 2c57e77183)
This commit is contained in:
apapachristou 2020-10-07 11:27:49 +03:00
parent e65bce0f5a
commit 166f0f7c37
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@
"REQUEST-EMAIL-HEADER": "We are almost done! Please fill your e-mail.", "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.", "REQUEST-EMAIL-TEXT": "You will need to confirm it to use the application.",
"SUBMIT": "Submit", "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" "EMAIL-FOUND": "Email is already confirmed"
}, },
"HOME": { "HOME": {
@ -1535,4 +1535,4 @@
"DRAFT": "Draft", "DRAFT": "Draft",
"FINALIZED": "Finalized" "FINALIZED": "Finalized"
} }
} }