Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai Sharma committed Sep 22, 2024
1 parent 92b9cd3 commit 6208248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/subscribers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const Subscribers = () => {
</MenuItem>
))
) : (
<MenuItem disabled>No label found</MenuItem>
<MenuItem disabled>{t("message.no_label_found")}</MenuItem>
)}
</Input>
</Grid>
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/i18n/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6208248

Please sign in to comment.