From ce0dc976a8016c11d95e88cfd98930a14491fb10 Mon Sep 17 00:00:00 2001 From: Alexander Lehmann Date: Mon, 3 Mar 2025 16:13:03 +0100 Subject: [PATCH] chore(translations): fix typo (#782) 1 char small typo in the English text --- frontend/src/i18n/translations/en-US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/translations/en-US.ts b/frontend/src/i18n/translations/en-US.ts index 67d68d6..0a04a5c 100644 --- a/frontend/src/i18n/translations/en-US.ts +++ b/frontend/src/i18n/translations/en-US.ts @@ -506,7 +506,7 @@ export default { "admin.config.smtp.port.description": "Port of the SMTP server", "admin.config.smtp.email": "Email", "admin.config.smtp.email.description": - "Email address from wich the emails get sent", + "Email address from which the emails get sent", "admin.config.smtp.username": "Username", "admin.config.smtp.username.description": "Username of the SMTP server", "admin.config.smtp.password": "Password",