fix(frontend): missing translation

This commit is contained in:
Mohamed Marrouchi 2024-09-25 09:17:27 +01:00
parent d04f2f3ce4
commit f24ba58709
2 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,8 @@
"regex_is_invalid": "Regex is invalid",
"attachment_not_found": "Attachment is not found",
"title_length_exceeded": "You have reached the maximum length",
"no_label_found": "No label found"
"no_label_found": "No label found",
"code_is_required": "Language code is required"
},
"menu": {
"terms": "Terms of Use",

View File

@ -101,7 +101,8 @@
"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",
"no_label_found": "Aucune étiquette trouvée"
"no_label_found": "Aucune étiquette trouvée",
"code_is_required": "Le code est requis"
},
"menu": {
"terms": "Conditions d'utilisation",