pr changes

This commit is contained in:
Jai Sharma 2024-09-22 13:58:33 +05:30
parent 92b9cd3a90
commit 6208248c5f
3 changed files with 5 additions and 3 deletions

View File

@ -213,7 +213,7 @@ export const Subscribers = () => {
</MenuItem>
))
) : (
<MenuItem disabled>No label found</MenuItem>
<MenuItem disabled>{t("message.no_label_found")}</MenuItem>
)}
</Input>
</Grid>

View File

@ -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",

View File

@ -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",