From 29d897acc2a1be9b9983b88b0fc7e55e66dadc48 Mon Sep 17 00:00:00 2001 From: Simon Mellerin <simon.mellerin@makina-corpus.com> Date: Thu, 10 Oct 2024 15:25:13 +0200 Subject: [PATCH] #49 - fix traduction typo --- src/locales/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.ts b/src/locales/en.ts index 4828b39..036f54f 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -53,7 +53,7 @@ export default { }, connection: { catchphrase: 'One account, different community data-sharing areas', - emailAddress: 'E-amil address', + emailAddress: 'E-mail address', password: 'Password', login: 'Login', logout: 'Logout', -- GitLab