aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/i18n/en/index.ts
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-11 20:46:58 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-11 20:47:06 +0100
commit6561771c435f9d9bed1589b5ed13d17aee0b7873 (patch)
tree2c47e60fa4aaaa5bf1e151838ac197a61f4377cc /code/app/src/i18n/en/index.ts
parent8da37c77cae0c7f712a775e3996afd9d84b0f9af (diff)
downloadgreatoffice-6561771c435f9d9bed1589b5ed13d17aee0b7873.tar.xz
greatoffice-6561771c435f9d9bed1589b5ed13d17aee0b7873.zip
feat: Add frontpage
Diffstat (limited to 'code/app/src/i18n/en/index.ts')
-rw-r--r--code/app/src/i18n/en/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/app/src/i18n/en/index.ts b/code/app/src/i18n/en/index.ts
index fbf5423..b38eb48 100644
--- a/code/app/src/i18n/en/index.ts
+++ b/code/app/src/i18n/en/index.ts
@@ -27,6 +27,7 @@ const en: BaseTranslation = {
createRecordButtonText: "Press enter or click here to create {0}"
},
signInPage: {
+ title: "Sign in",
notMyComputer: "This is not my computer",
resetPassword: "Reset password",
yourPasswordIsUpdated: "Your password is updated",
@@ -39,9 +40,12 @@ const en: BaseTranslation = {
feelFreeToSignInAgain: "Feel free to sign in again"
},
signUpPage: {
+ title: "Sign up",
createYourNewAccount: "Create your new account",
},
resetPasswordPage: {
+ title: "Reset password",
+ fulfillTitle: "Set new password",
setANewPassword: "Set a new password",
expired: "Expired",
requestHasExpired: "Your request has expired",