mailtrain
mailtrain copied to clipboard
[PATCH] Fix 'unubscribed' spelling mistake
From 83c84069f4c7d23863a644beb363a95490aeec3f Mon Sep 17 00:00:00 2001
From: Liam <[email protected]>
Date: Wed, 4 May 2022 12:17:02 +0100
Subject: [PATCH] Fix 'unubscribed' spelling mistake
Signed-off-by: Liam <[email protected]>
---
client/src/lists/subscriptions/helpers.js | 2 +-
locales/de-DE/common.json | 2 +-
locales/en-US-last-run/common.json | 2 +-
locales/en-US/common.json | 2 +-
locales/es-ES/common.json | 2 +-
locales/fr-FR/common.json | 2 +-
locales/pt-BR/common.json | 2 +-
locales/ru-RU/common.json | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/client/src/lists/subscriptions/helpers.js b/client/src/lists/subscriptions/helpers.js
index 85d6e20..749eeff 100644
--- a/client/src/lists/subscriptions/helpers.js
+++ b/client/src/lists/subscriptions/helpers.js
@@ -19,7 +19,7 @@ export function getSubscriptionStatusLabels(t) {
const subscriptionStatusLabels = {
[SubscriptionStatus.SUBSCRIBED]: t('subscribed'),
- [SubscriptionStatus.UNSUBSCRIBED]: t('unubscribed'),
+ [SubscriptionStatus.UNSUBSCRIBED]: t('unsubscribed'),
[SubscriptionStatus.BOUNCED]: t('bounced'),
[SubscriptionStatus.COMPLAINED]: t('complained'),
};
diff --git a/locales/de-DE/common.json b/locales/de-DE/common.json
index d6c968e..9cae8e4 100644
--- a/locales/de-DE/common.json
+++ b/locales/de-DE/common.json
@@ -801,7 +801,7 @@
"subscriptionForm-1": "Anmeldeformular",
"exportAsCsv": "Exportieren als CSV",
"addSubscriber": "Abonnent hinzufügen",
- "unubscribed": "Abgemeldet",
+ "unsubscribed": "Abgemeldet",
"usernameOrEmailMustNotBeEmpty": "Benutzername oder E-Mail-Adresse darf nicht leer sein",
"processing-1": "Wird bearbeitet ...",
"ifTheUsernameEmailExistsInTheSystem": "Wenn der Benutzername/die E-Mail-Adresse im System existiert, wird der Link zum Zurücksetzen des Passworts an die registrierte E-Mail-Adresse gesendet.",
diff --git a/locales/en-US-last-run/common.json b/locales/en-US-last-run/common.json
index a79755d..a5cb0d3 100644
--- a/locales/en-US-last-run/common.json
+++ b/locales/en-US-last-run/common.json
@@ -778,7 +778,7 @@
"subscriptionForm-1": "Subscription Form",
"exportAsCsv": "Export as CSV",
"addSubscriber": "Add Subscriber",
- "unubscribed": "Unubscribed",
+ "unsubscribed": "Unsubscribed",
"usernameOrEmailMustNotBeEmpty": "Username or email must not be empty",
"processing-1": "Processing ...",
"ifTheUsernameEmailExistsInTheSystem": "If the username / email exists in the system, password reset link will be sent to the registered email.",
diff --git a/locales/en-US/common.json b/locales/en-US/common.json
index 06068ae..e8fa686 100644
--- a/locales/en-US/common.json
+++ b/locales/en-US/common.json
@@ -778,7 +778,7 @@
"subscriptionForm-1": "Subscription Form",
"exportAsCsv": "Export as CSV",
"addSubscriber": "Add Subscriber",
- "unubscribed": "Unubscribed",
+ "unsubscribed": "Unsubscribed",
"usernameOrEmailMustNotBeEmpty": "Username or email must not be empty",
"processing-1": "Processing ...",
"ifTheUsernameEmailExistsInTheSystem": "If the username / email exists in the system, password reset link will be sent to the registered email.",
diff --git a/locales/es-ES/common.json b/locales/es-ES/common.json
index 9cd85c8..ed46849 100644
--- a/locales/es-ES/common.json
+++ b/locales/es-ES/common.json
@@ -851,7 +851,7 @@
"subscriptionForm-1": "Formulario de Suscripción",
"exportAsCsv": "Exportar como CSV",
"addSubscriber": "Añadir suscriptor",
- "unubscribed": "Desuscrito",
+ "unsubscribed": "Desuscrito",
"usernameOrEmailMustNotBeEmpty": "El nombre de usuario y email no pueden estar vacíos",
"processing-1": "Procesando ...",
"ifTheUsernameEmailExistsInTheSystem": "Si el nombre de usuario / email existe en el sistema, el enlace para reestablecer contraseña será enviado al email registrado.",
diff --git a/locales/fr-FR/common.json b/locales/fr-FR/common.json
index 8c3ad2c..ef6f819 100644
--- a/locales/fr-FR/common.json
+++ b/locales/fr-FR/common.json
@@ -778,7 +778,7 @@
"subscriptionForm-1": "Formulaire d'abonnement",
"exportAsCsv": "Exporter en CSV",
"addSubscriber": "Ajouter un abonné",
- "unubscribed": "Désinscrit",
+ "unsubscribed": "Désinscrit",
"usernameOrEmailMustNotBeEmpty": "Le nom d'utilisateur ou l'e-mail ne doit pas être vide",
"processing-1": "En traitement",
"ifTheUsernameEmailExistsInTheSystem": "Si le nom d'utilisateur / e-mail existe dans le système, le lien de réinitialisation du mot de passe sera envoyé à l'e-mail enregistré.",
diff --git a/locales/pt-BR/common.json b/locales/pt-BR/common.json
index 64a1a1f..be0d62c 100644
--- a/locales/pt-BR/common.json
+++ b/locales/pt-BR/common.json
@@ -912,7 +912,7 @@
"subscriptionForm-1": "Formulário de Assinatura",
"exportAsCsv": "Exportar como CSV",
"addSubscriber": "Adicionar Assinante",
- "unubscribed": "Não inscrito",
+ "unsubscribed": "Não inscrito",
"usernameOrEmailMustNotBeEmpty": "Nome de usuário ou email não deve estar vazio",
"processing-1": "Processando ...",
"ifTheUsernameEmailExistsInTheSystem": "Se o nome de usuário / email existir no sistema, o link de redefinição de senha será enviado para o email registrado.",
diff --git a/locales/ru-RU/common.json b/locales/ru-RU/common.json
index bb9bc11..7df07d1 100644
--- a/locales/ru-RU/common.json
+++ b/locales/ru-RU/common.json
@@ -778,7 +778,7 @@
"subscriptionForm-1": "Форма подписки",
"exportAsCsv": "Экспортировать как CSV",
"addSubscriber": "Добавить подписчика",
- "unubscribed": "Unubscribed",
+ "unsubscribed": "Unsubscribed",
"usernameOrEmailMustNotBeEmpty": "Имя пользователя или адрес электронной почты не должны быть пустыми",
"processing-1": "Обработка ...",
"ifTheUsernameEmailExistsInTheSystem": "Если имя пользователя / адрес электронной почты существует в системе, ссылка для сброса пароля будет отправлена на зарегистрированный адрес электронной почты.",
--
2.24.3 (Apple Git-128)