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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,8 @@
186
186
info: "The following users will lose their access:",
187
187
userInfo: "{{name}} ({{authority}}), last activity {{lastActivity}}",
188
188
andMore: "And {{nbr}} more.. Check the list of current users for more details."
189
-
}
189
+
},
190
+
noProvisioning: "Users added to this role, won't have immediate access to this application. See the <a href='http://wiki.surfnet.nl/' target='_blank'>wiki</a> for more information"
190
191
},
191
192
applications: {
192
193
title: "Access Roles for this application ({{nbr}})",
Copy file name to clipboardExpand all lines: client/src/locale/nl.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,8 @@ const nl = {
186
186
info: "De volgende gebruikers verliezen toegang tot deze rol:",
187
187
userInfo: "{{name}} ({{authority}}), laatste activiteit {{lastActivity}}",
188
188
andMore: "En nog {{nbr}} meer.. Bekijk de lijst van huidige gebruikers voor meer details."
189
-
}
189
+
},
190
+
noProvisioning: "Gebruikers die toegevoegd worden aan deze rol, hebben niet gelijk toegang tot deze applicatie. Zie de <a href='http://wiki.surfnet.nl/' target='_blank'>wiki</a> voor meer information"
190
191
},
191
192
applications: {
192
193
title: "Toegangsrollen voor deze applicatie ({{nbr}})",
0 commit comments