Skip to content

Commit f714dd7

Browse files
committed
Add description for sabrest attribute source that replaces the legacy sab source
1 parent 343c152 commit f714dd7

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ When a new source is added in Manage it must also be added to Profile.
183183
{{ 'profile.table.source_description.voot'|trans }}
184184
{{ 'profile.table.source_description.orcid'|trans }}
185185
{{ 'profile.table.source_description.sab'|trans }}
186+
{{ 'profile.table.source_description.sabrest'|trans }}
186187
187188
{# Add your new source here, make sure the source name complies with the sourcename specified in Manage. #}
188189
```

templates/translations.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,6 @@
180180
{{ 'profile.table.source_description.invite'|trans }}
181181
{{ 'profile.table.source_description.orcid'|trans }}
182182
{{ 'profile.table.source_description.sab'|trans }}
183+
{{ 'profile.table.source_description.sabrest'|trans }}
183184

184185
{{ 'profile.locale.pt'|trans }}

translations/messages.en.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
'source_description' => [
271271
'orcid' => 'ORCID iD',
272272
'sab' => 'SURF Autorisatie Beheer',
273+
'sabrest' => 'SURF Autorisatie Beheer',
273274
'voot' => 'Group membership',
274275
'invite' => '%suiteName% Invite',
275276
'manage' => 'SURF CRM',

translations/messages.nl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
'source_description' => [
274274
'orcid' => 'ORCID iD',
275275
'sab' => 'SURF Autorisatie Beheer',
276+
'sabrest' => 'SURF Autorisatie Beheer',
276277
'voot' => 'Groepslidmaatschap',
277278
'invite' => '%suiteName% Invite',
278279
'manage' => 'SURF CRM',

translations/messages.pt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@
271271
'source_description' => [
272272
'orcid' => 'ORCID iD',
273273
'sab' => 'Gestão de Autorização %suiteName%',
274+
'sabrest' => 'Gestão de Autorização %suiteName%',
274275
'voot' => 'Membros do Grupo',
275276
'invite' => '%suiteName% Invite',
276277
'manage' => 'SURF CRM',

0 commit comments

Comments
 (0)