diff --git a/locales/en-US/index.json b/locales/en-US/index.json index 973e82dd8..b6e5b4bb9 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.welcome.checkbox.subscribe": { "message": "Subscribe to updates about Modrinth" }, @@ -122,6 +161,9 @@ "input.view.list": { "message": "List view" }, + "label.password": { + "message": "Password" + }, "label.collections": { "message": "Collections" }, diff --git a/pages/auth/reset-password.vue b/pages/auth/reset-password.vue index 62374b4af..8977c0479 100644 --- a/pages/auth/reset-password.vue +++ b/pages/auth/reset-password.vue @@ -1,16 +1,17 @@