mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
pr changes
This commit is contained in:
parent
92b9cd3a90
commit
6208248c5f
@ -213,7 +213,7 @@ export const Subscribers = () => {
|
||||
</MenuItem>
|
||||
))
|
||||
) : (
|
||||
<MenuItem disabled>No label found</MenuItem>
|
||||
<MenuItem disabled>{t("message.no_label_found")}</MenuItem>
|
||||
)}
|
||||
</Input>
|
||||
</Grid>
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user