diff --git a/locales/en-US/index.json b/locales/en-US/index.json index 006961326..dd3eeda7f 100644 --- a/locales/en-US/index.json +++ b/locales/en-US/index.json @@ -1,4 +1,43 @@ { + "auth.reset-password.method-choice.action": { + "message": "Send recovery email" + }, + "auth.reset-password.method-choice.description": { + "message": "Enter your email below and we'll send a recovery link to allow you to recover your account." + }, + "auth.reset-password.method-choice.email-username.label": { + "message": "Email or username" + }, + "auth.reset-password.method-choice.email-username.placeholder": { + "message": "Email" + }, + "auth.reset-password.notification.email-sent.text": { + "message": "An email with instructions has been sent to you if the email was previously saved on your account." + }, + "auth.reset-password.notification.email-sent.title": { + "message": "Email sent" + }, + "auth.reset-password.notification.password-reset.text": { + "message": "You can now log-in into your account with your new password." + }, + "auth.reset-password.notification.password-reset.title": { + "message": "Password successfully reset" + }, + "auth.reset-password.post-challenge.action": { + "message": "Reset password" + }, + "auth.reset-password.post-challenge.confirm-password.label": { + "message": "Confirm password" + }, + "auth.reset-password.post-challenge.description": { + "message": "Enter your new password below to gain access to your account." + }, + "auth.reset-password.title": { + "message": "Reset Password" + }, + "auth.reset-password.title.long": { + "message": "Reset your password" + }, "auth.sign-in.2fa.description": { "message": "Please enter a two-factor code to proceed." }, @@ -101,45 +140,6 @@ "auth.verify-email.title": { "message": "Verify Email" }, - "auth.reset-password.method-choice.action": { - "message": "Send recovery email" - }, - "auth.reset-password.method-choice.description": { - "message": "Enter your email below and we'll send a recovery link to allow you to recover your account." - }, - "auth.reset-password.method-choice.email-username.label": { - "message": "Email or username" - }, - "auth.reset-password.method-choice.email-username.placeholder": { - "message": "Email" - }, - "auth.reset-password.notification.email-sent.text": { - "message": "An email with instructions has been sent to you if the email was previously saved on your account." - }, - "auth.reset-password.notification.email-sent.title": { - "message": "Email sent" - }, - "auth.reset-password.notification.password-reset.text": { - "message": "You can now log-in into your account with your new password." - }, - "auth.reset-password.notification.password-reset.title": { - "message": "Password successfully reset" - }, - "auth.reset-password.post-challenge.action": { - "message": "Reset password" - }, - "auth.reset-password.post-challenge.confirm-password.label": { - "message": "Confirm password" - }, - "auth.reset-password.post-challenge.description": { - "message": "Enter your new password below to gain access to your account." - }, - "auth.reset-password.title": { - "message": "Reset Password" - }, - "auth.reset-password.title.long": { - "message": "Reset your password" - }, "auth.welcome.checkbox.subscribe": { "message": "Subscribe to updates about Modrinth" }, @@ -263,9 +263,6 @@ "input.view.list": { "message": "List view" }, - "label.password": { - "message": "Password" - }, "label.collections": { "message": "Collections" }, @@ -278,6 +275,9 @@ "label.followed-projects": { "message": "Followed projects" }, + "label.password": { + "message": "Password" + }, "label.public": { "message": "Public" },