diff --git a/apps/frontend/src/locales/en/common.json b/apps/frontend/src/locales/en/common.json index 2075bb58..8f65a7a5 100644 --- a/apps/frontend/src/locales/en/common.json +++ b/apps/frontend/src/locales/en/common.json @@ -220,5 +220,5 @@ "profile.role.student": "Student", "profile.role.teacher": "Teacher", "join.error.project-owner-cannot-join": "The project owner cannot join the project as a member.", - "project.annotaions.empty": "Les annotations correspondant aux différents temps de la vidéo seront\n affichées ici." + "project.annotaions.empty": "The annotations corresponding to the different times of the video will be displayed here." } diff --git a/apps/frontend/src/locales/fr/common.json b/apps/frontend/src/locales/fr/common.json index ccdc746f..c4d0767d 100644 --- a/apps/frontend/src/locales/fr/common.json +++ b/apps/frontend/src/locales/fr/common.json @@ -219,5 +219,6 @@ "password.unmatch": "Le mot de passe ne correspond pas.", "profile.role.student": "Etudiant", "profile.role.teacher": "Enseignant", - "join.error.project-owner-cannot-join": "Le propriétaire du projet ne peut pas rejoindre le projet en tant que membre." + "join.error.project-owner-cannot-join": "Le propriétaire du projet ne peut pas rejoindre le projet en tant que membre.", + "project.annotaions.empty": "Les annotations correspondant aux différents temps de la vidéo seront affichées ici." }