From 08d4a23fdb1ed0652678c8c9163c933614c20bfd Mon Sep 17 00:00:00 2001 From: Mysterious-Dev Date: Wed, 3 Jan 2024 17:47:29 +0100 Subject: [PATCH 1/8] Begin Work --- locales/en-US/index.json | 18 +++++++++++++ pages/auth/reset-password.vue | 49 ++++++++++++++++++++++++++++------- 2 files changed, 57 insertions(+), 10 deletions(-) diff --git a/locales/en-US/index.json b/locales/en-US/index.json index f4c551f2c5..e9917fc44d 100644 --- a/locales/en-US/index.json +++ b/locales/en-US/index.json @@ -1,4 +1,22 @@ { + "auth.reset-password.button.reset-password": { + "message": "Reset password" + }, + "auth.reset-password.input.confirm-password.placeholder": { + "message": "Confirm password" + }, + "auth.reset-password.label.email-username": { + "message": "Email or username" + }, + "auth.reset-password.label.password": { + "message": "Password" + }, + "auth.reset-password.long-title": { + "message": "Reset your password" + }, + "auth.reset-password.title": { + "message": "Reset Password" + }, "button.cancel": { "message": "Cancel" }, diff --git a/pages/auth/reset-password.vue b/pages/auth/reset-password.vue index 62374b4af5..05265539ad 100644 --- a/pages/auth/reset-password.vue +++ b/pages/auth/reset-password.vue @@ -1,6 +1,6 @@