From 2dc541571cbecc02a178182217d1e4596e4a62aa Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sat, 13 Jul 2024 12:46:08 +0200 Subject: [PATCH] fix: spelling mail --- frontend/src/i18n/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index b06af10dc..e6b609b06 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -43,7 +43,7 @@ "forgotPassword": "Forgot your password?", "resetPassword": "Reset your password", "resetPasswordAction": "Send me a password reset link", - "resetPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.", + "resetPasswordSuccess": "Check your inbox! You should have an email with instructions on how to reset your password.", "passwordsDontMatch": "Passwords don't match", "confirmEmailSuccess": "You successfully confirmed your email! You can log in now.", "totpTitle": "Two Factor Authentication Code",