From 7ab5354ab86b7644f1eebb58ded5395932c31d6d Mon Sep 17 00:00:00 2001 From: ivdl Date: Fri, 1 Jul 2022 22:23:49 +0200 Subject: [PATCH] Rewrite English wording for the "Forgot password" page --- src/assets/i18n/en.json5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 5d7be2a681..7085e7759d 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1462,7 +1462,7 @@ "forgot-email.form.header": "Forgot Password", - "forgot-email.form.info": "Enter Register an account to subscribe to collections for email updates, and submit new items to DSpace.", + "forgot-email.form.info": "Enter the email address associated with the account.", "forgot-email.form.email": "Email Address *", @@ -1470,17 +1470,17 @@ "forgot-email.form.email.error.pattern": "Please fill in a valid email address", - "forgot-email.form.email.hint": "This address will be verified and used as your login name.", + "forgot-email.form.email.hint": "An email will be sent to this address with a further instructions.", - "forgot-email.form.submit": "Save", + "forgot-email.form.submit": "Reset password", - "forgot-email.form.success.head": "Verification email sent", + "forgot-email.form.success.head": "Password reset email sent", "forgot-email.form.success.content": "An email has been sent to {{ email }} containing a special URL and further instructions.", - "forgot-email.form.error.head": "Error when trying to register email", + "forgot-email.form.error.head": "Error when trying to reset password", - "forgot-email.form.error.content": "An error occured when registering the following email address: {{ email }}", + "forgot-email.form.error.content": "An error occured when attempting to reset the password for the account associated with the following email address: {{ email }}",