Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 119d7d4

Browse files
authored
Merge pull request #21 from pajavyskocil/master_consent_definition
Changed the dictionary for consent screen
2 parents fa59bcc + 47d0110 commit 119d7d4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dictionaries/consent.definition.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"remember": {
3+
"en": "Do not ask again",
4+
"cs": "Příště se již neptat"
5+
},
6+
"consent_attributes_header": {
7+
"en":"Information that will be sent to SPNAME",
8+
"cs":"Atributy, které budou zaslány službě SPNAME"
9+
},
210
"forwardedscopedaffiliation": {
311
"en": "Home organization affiliation",
412
"cs": "Vztah k domovské(ým) organizaci(cím)"
@@ -24,7 +32,7 @@
2432
"cs": "Identifikátor(y) osoby z domovské(ých) organizace(cí)"
2533
},
2634
"displayname": {
27-
"en": "displayName",
35+
"en": "Person's name",
2836
"cs": "Jméno uživatele"
2937
}
3038
}

0 commit comments

Comments
 (0)