From 455277bcd677ef0081819fa8c1d3c1a0e2920c3d Mon Sep 17 00:00:00 2001 From: Alexandre Paice Date: Tue, 21 May 2024 17:58:50 +0200 Subject: [PATCH] string fixes --- frontend/frontend/src/i18n/en.ts | 1 + frontend/frontend/src/i18n/nl.ts | 1 + frontend/frontend/src/pages/groupsPage/GroupsPage.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/frontend/src/i18n/en.ts b/frontend/frontend/src/i18n/en.ts index 3be359c7..7dd1b457 100644 --- a/frontend/frontend/src/i18n/en.ts +++ b/frontend/frontend/src/i18n/en.ts @@ -124,6 +124,7 @@ const english = { cant_add_students_to_teacher_list: 'You cannot add students to the teacher list', cant_add_users_twice: 'You cannot add users to a subject twice', this_user_doesnt_exist: 'This user does not exist', + status: 'Status' } export default english diff --git a/frontend/frontend/src/i18n/nl.ts b/frontend/frontend/src/i18n/nl.ts index a00800fc..c1f0af19 100644 --- a/frontend/frontend/src/i18n/nl.ts +++ b/frontend/frontend/src/i18n/nl.ts @@ -124,6 +124,7 @@ const dutch = { cant_add_students_to_teacher_list: 'Je kan geen studenten aan de leerkrachten lijst toevoegen', cant_add_users_twice: 'Je kan gebruikers geen twee keer toevoegen', this_user_doesnt_exist: 'Deze gebruiker bestaat niet', + status: 'Status' } export default dutch diff --git a/frontend/frontend/src/pages/groupsPage/GroupsPage.tsx b/frontend/frontend/src/pages/groupsPage/GroupsPage.tsx index ab01bf28..c49cba7c 100644 --- a/frontend/frontend/src/pages/groupsPage/GroupsPage.tsx +++ b/frontend/frontend/src/pages/groupsPage/GroupsPage.tsx @@ -703,7 +703,7 @@ export function GroupsPage() { }} > {t( - 'studenten' + 'students' )}