diff options
Diffstat (limited to 'apps/kit/src/lib/i18n/en/reset-password/index.ts')
| -rw-r--r-- | apps/kit/src/lib/i18n/en/reset-password/index.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/kit/src/lib/i18n/en/reset-password/index.ts b/apps/kit/src/lib/i18n/en/reset-password/index.ts new file mode 100644 index 0000000..00322cf --- /dev/null +++ b/apps/kit/src/lib/i18n/en/reset-password/index.ts @@ -0,0 +1,9 @@ +import type { BaseTranslation } from "../../i18n-types" + +const en_reset_password: BaseTranslation = { + requestAPasswordReset: "Request a password reset", + signIntoYourAccount: "sign into your account", + requestSentMessage: "If we find your email address in our systems, you will receive an email with instructions on how to set a new password for your account." +} + +export default en_reset_password
\ No newline at end of file |
