Skip to content

Commit 552f6dc

Browse files
committed
Translation fix
1 parent 2c81273 commit 552f6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/locale/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const en = {
136136
roleInfoNoEndDate: "Role has <strong>no end date</strong>",
137137
contactAdmin: "Contact role manager(s)",
138138
institutionAdmin: "Institution admins: {{names}}",
139-
noInstitutionAdmin: "There is not institution admins"
139+
noInstitutionAdmin: "There are no institution admins for this role"
140140
},
141141
roles: {
142142
title: "Access Roles",

client/src/locale/nl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const nl = {
136136
roleInfoNoEndDate: "Rol heeft <strong>geen einddatum</strong>",
137137
contactAdmin: "Contact rolmanager(s)",
138138
institutionAdmin: "Institution admins: {{names}}",
139-
noInstitutionAdmin: "There is not institution admins"
139+
noInstitutionAdmin: "Er zijn geen instellings-admins voor deze rol"
140140

141141
},
142142
roles: {

0 commit comments

Comments
 (0)