diff options
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; |
