Skip to content

Commit

Permalink
string fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sPAICEcake committed May 21, 2024
1 parent c252912 commit 455277b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/frontend/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions frontend/frontend/src/i18n/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion frontend/frontend/src/pages/groupsPage/GroupsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ export function GroupsPage() {
}}
>
{t(
'studenten'
'students'
)}
</Typography>
</Grid>
Expand Down

0 comments on commit 455277b

Please sign in to comment.