You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/locale/en.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ const en = {
193
193
andMore: "And {{nbr}} more.. Check the list of current users for more details."
194
194
},
195
195
noProvisioning: "Users added to this role, won't have immediate access to this application. See the <a href=' https://servicedesk.surf.nl/wiki/spaces/IAM/pages/128910179/Applicatie+aansluiten+op+SURFconext+Invite' target='_blank'>wiki</a> for more information",
196
-
userRolesPresent: "You are not allowed to delete this role, as {{nbr}} user(s) have this role. You must first delete them."
196
+
userRolesPresent: "You are not allowed to delete this role, as {{nbr}} user(s) have this role. You must first delete them from this role."
197
197
},
198
198
applications: {
199
199
title: "Access Roles for this application ({{nbr}})",
Copy file name to clipboardExpand all lines: client/src/locale/nl.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ const nl = {
193
193
andMore: "En nog {{nbr}} meer.. Bekijk de lijst van huidige gebruikers voor meer details."
194
194
},
195
195
noProvisioning: "Gebruikers die toegevoegd worden aan deze rol, hebben niet gelijk toegang tot deze applicatie. Zie de <a href=' https://servicedesk.surf.nl/wiki/spaces/IAM/pages/128910179/Applicatie+aansluiten+op+SURFconext+Invite' target='_blank'>wiki</a> voor meer informatie.",
196
-
userRolesPresent: "Je mag deze rol niet verwijderen, omdat {{nbr}} gebruiker(s) deze rol hebben. Je moet ze eerst verwijderen."
196
+
userRolesPresent: "Je mag deze rol niet verwijderen, omdat {{nbr}} gebruiker(s) deze rol hebben. Je moet deze gebruikers eerst verwijderen uit deze rol."
197
197
},
198
198
applications: {
199
199
title: "Toegangsrollen voor deze applicatie ({{nbr}})",
0 commit comments