diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-29 16:47:30 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-29 16:47:30 +0200 |
| commit | 72cc46009e891f3104602fd3b73e6ac23576f55d (patch) | |
| tree | 87232b6b04ac9a6ac0d9e0b4162a00fe79c1a579 /apps/kit/src/lib/i18n/en/index.ts | |
| parent | 5857fde284b22e885843a992479ee6cf68fd8048 (diff) | |
| download | greatoffice-72cc46009e891f3104602fd3b73e6ac23576f55d.tar.xz greatoffice-72cc46009e891f3104602fd3b73e6ac23576f55d.zip | |
feat: !WIP Implement password reset request fulfillment
Diffstat (limited to 'apps/kit/src/lib/i18n/en/index.ts')
| -rw-r--r-- | apps/kit/src/lib/i18n/en/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/kit/src/lib/i18n/en/index.ts b/apps/kit/src/lib/i18n/en/index.ts index 5a3ccc8..003de0d 100644 --- a/apps/kit/src/lib/i18n/en/index.ts +++ b/apps/kit/src/lib/i18n/en/index.ts @@ -20,7 +20,8 @@ const en: BaseTranslation = { createANewAccount: "create a new account", notMyComputer: "This is not my computer", resetPassword: "Reset password", - createYourNewAccount: "Create your new account" + createYourNewAccount: "Create your new account", + newPassword: "New password" }; export default en; |
