Compare commits

...

1 Commits

Author SHA1 Message Date
apapachristou 2c57e77183 Fixes grammar of notification "Email was send!" 2020-10-07 11:27:49 +03:00
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"
} }
} }