From 6208248c5f388175f7536ef2df0c7f15849e3320 Mon Sep 17 00:00:00 2001 From: Jai Sharma Date: Sun, 22 Sep 2024 13:58:33 +0530 Subject: [PATCH] pr changes --- frontend/src/components/subscribers/index.tsx | 2 +- frontend/src/i18n/en/translation.json | 3 ++- frontend/src/i18n/fr/translation.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/subscribers/index.tsx b/frontend/src/components/subscribers/index.tsx index a88e4df8..688a9e74 100644 --- a/frontend/src/components/subscribers/index.tsx +++ b/frontend/src/components/subscribers/index.tsx @@ -213,7 +213,7 @@ export const Subscribers = () => { )) ) : ( - No label found + {t("message.no_label_found")} )} diff --git a/frontend/src/i18n/en/translation.json b/frontend/src/i18n/en/translation.json index 250e5d45..e69425e3 100644 --- a/frontend/src/i18n/en/translation.json +++ b/frontend/src/i18n/en/translation.json @@ -99,7 +99,8 @@ "invalid_max_fallback_attempt_limit": "Max fallback attempt limit must have positive value", "regex_is_invalid": "Regex is invalid", "attachment_not_found": "Attachment is not found", - "title_length_exceeded": "You have reached the maximum length" + "title_length_exceeded": "You have reached the maximum length", + "no_label_found": "No label found" }, "menu": { "terms": "Terms of Use", diff --git a/frontend/src/i18n/fr/translation.json b/frontend/src/i18n/fr/translation.json index e9fb58e8..c19f9d6f 100644 --- a/frontend/src/i18n/fr/translation.json +++ b/frontend/src/i18n/fr/translation.json @@ -100,7 +100,8 @@ "invalid_max_fallback_attempt_limit": "La limite des tentatives de secours doit être un nombre positif.", "regex_is_invalid": "Le regex est invalide", "attachment_not_found": "La pièce jointe est introuvable", - "title_length_exceeded": "Vous avez atteint la longueur maximale" + "title_length_exceeded": "Vous avez atteint la longueur maximale", + "no_label_found": "Aucun label trouvé" }, "menu": { "terms": "Conditions d'utilisation",