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' )}