Skip to content

Commit

Permalink
Fixed messages and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Apr 29, 2021
1 parent 772de36 commit 476b2e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
}
},
"attributeRelease": {
"title": "label.attribute-release",
"type": "array",
"description": "Attribute release table - select the attributes you want to release (default unchecked)",
"widget": {
Expand Down
5 changes: 4 additions & 1 deletion backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ brand.and=and

heading.shibboleth=Shibboleth

label.source-configuration=Metadata Source Configuration
label.provider-configuration=Metadata Provider Configuration

label.metadata-source=Metadata Source
label.metadata-sources=Metadata Sources
label.metadata-provider=Metadata Provider
Expand Down Expand Up @@ -410,7 +413,7 @@ label.author=Author
label.creation-date=Creation Date
label.order=Order
label.provider-type=Provider Type

label.version-history=Version History
label.metadata-resolver-history=Metadata resolver history
label.metadata-version-history=Metadata Version History
label.select-version=Select Version
Expand Down
3 changes: 2 additions & 1 deletion backend/src/main/resources/nameid-filter.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"properties": {
"nameIdFormatFilterTargetType": {
"title": "",
"title": "label.filter-target-type",
"type": "string",
"default": "ENTITY",
"oneOf": [
Expand All @@ -74,6 +74,7 @@
]
},
"value": {
"title": "label.filter-target-value",
"type": "array",
"buttons": [
{
Expand Down

0 comments on commit 476b2e6

Please sign in to comment.