From 476b2e66dc5f9ef33a36f579b4afef8ecfabf1c7 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 29 Apr 2021 09:07:49 -0700 Subject: [PATCH] Fixed messages and schema --- .../main/resources/entity-attributes-filters-ui-schema.json | 1 + backend/src/main/resources/i18n/messages.properties | 5 ++++- backend/src/main/resources/nameid-filter.schema.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/entity-attributes-filters-ui-schema.json b/backend/src/main/resources/entity-attributes-filters-ui-schema.json index fa64d5abb..d5968834e 100644 --- a/backend/src/main/resources/entity-attributes-filters-ui-schema.json +++ b/backend/src/main/resources/entity-attributes-filters-ui-schema.json @@ -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": { diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index 0032a25ed..1a74a40eb 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -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 @@ -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 diff --git a/backend/src/main/resources/nameid-filter.schema.json b/backend/src/main/resources/nameid-filter.schema.json index 0416092d0..b033a13b9 100644 --- a/backend/src/main/resources/nameid-filter.schema.json +++ b/backend/src/main/resources/nameid-filter.schema.json @@ -49,7 +49,7 @@ }, "properties": { "nameIdFormatFilterTargetType": { - "title": "", + "title": "label.filter-target-type", "type": "string", "default": "ENTITY", "oneOf": [ @@ -74,6 +74,7 @@ ] }, "value": { + "title": "label.filter-target-value", "type": "array", "buttons": [ {