diff --git a/client/src/locale/en.js b/client/src/locale/en.js index eca41cb3..8e07e5b8 100644 --- a/client/src/locale/en.js +++ b/client/src/locale/en.js @@ -14,9 +14,9 @@ const en = { //Arrays of titles and info blocks and if a function is an admin function ["Invites", "
SURF invites institution managers who can create roles for their applications.
" + "Applications are services connected to SURFconext.
", true], - ["Roles", "The application managers will invite colleagues for roles who then can invite guests.
", true], + ["Roles", "The application managers will invite colleagues for roles who can in turn invite guests.
", true], ["Join", "Invited colleagues who accept the invitation are granted access rights for the applications.
The roles are actually group memberships that can be provisioned to external SCIM API's.
", false] + ["Groups", "The roles are actually group memberships that can be used in SURFconext rules, or provisioned as attributes or to external SCIM API's.
", false] ], footer: "SURFconext Invite is a service for access management to SURFconext-connected service providers.
" + "Do you want to know more? Read more.
", diff --git a/client/src/locale/nl.js b/client/src/locale/nl.js index 6c1bc9e0..2ddd9bd3 100644 --- a/client/src/locale/nl.js +++ b/client/src/locale/nl.js @@ -14,8 +14,7 @@ const nl = { //Arrays of titles and info blocks and if a function is an admin function ["Uitnodigen", "Instellingsbeheerders kunnen rollen aanmaken voor hun applicaties.
" + "Applicaties zijn diensten gekoppeld aan SURFconext.
", true], - ["Rollen", "De applicatiebeheerders nodigen collega's die weer gasten kunnen uitnodigen.
" + - "Uitnodigingen.
", true], + ["Rollen", "De applicatiebeheerders nodigen collega's uit die op hun beurt weer gasten kunnen uitnodigen.
", true], ["Word lid", "Uitgenodigde collega's die op de uitnodiging zijn ingegaan krijgen toegang tot applicaties.
De rollen zijn feitelijk groepslidmaatschappen die gebruikt kunnen worden in SURFconext autorisatieregels, doorgegeven als attributen of via externe SCIM API's.
", false] ], diff --git a/welcome/src/locale/en.js b/welcome/src/locale/en.js index 1a67ff3f..5fa94b6f 100644 --- a/welcome/src/locale/en.js +++ b/welcome/src/locale/en.js @@ -14,12 +14,11 @@ const en = { //Arrays of titles and info blocks and if a function is an admin function ["Invites", "SURF invites institution managers who can create roles for their applications.
" + "Applications are services connected to SURFconext.
", true], - ["Roles", "The application managers will invite colleagues for roles who can invite guests.
" + - "Invites.
", true], + ["Roles", "The application managers will invite colleagues for roles who can in turn invite guests.
", true], ["Join", "Invited colleagues who accept the invitation are granted access rights for the applications.
The roles are actually group memberships that can be provisioned to external SCIM API's.
", false] + ["Groups", "The roles are actually group memberships that can be used in SURFconext rules, or provisioned as attributes or to external SCIM API's.
", false] ], - footer: "SURFconext Invite is a service for access management of Dutch led service providers.
" + + footer: "SURFconext Invite is a service for access management for research and education.
" + "Do you want to know more? Read more.
", }, header: { diff --git a/welcome/src/locale/nl.js b/welcome/src/locale/nl.js index 8ae39e9d..de7816f2 100644 --- a/welcome/src/locale/nl.js +++ b/welcome/src/locale/nl.js @@ -14,8 +14,7 @@ const nl = { //Arrays of titles and info blocks and if a function is an admin function ["Uitnodigen", "Instellingsbeheerders kunnen rollen aanmaken voor hun applicaties.
" + "Applicaties zijn diensten gekoppeld aan SURFconext.
", true], - ["Rollen", "De applicatiebeheerders nodigen collega's die weer gasten kunnen uitnodigen.
" + - "Uitnodigingen.
", true], + ["Rollen", "De applicatiebeheerders nodigen collega's uit die op hun beurt weer gasten kunnen uitnodigen.
", true], ["Word lid", "Uitgenodigde collega's die op de uitnodiging zijn ingegaan krijgen toegang tot applicaties.
De rollen zijn feitelijk groepslidmaatschappen die gebruikt kunnen worden in SURFconext autorisatieregels, doorgegeven als attributen of via externe SCIM API's.
", false] ],