diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index 3f87d2de8..ed9e61e67 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -444,7 +444,7 @@ tooltip.enable-provider-upon-saving=Enable Metadata Provider upon saving? tooltip.max-validity-interval=Defines the window within which the metadata is valid. tooltip.require-signed-root=If true, this fails to load metadata with no signature on the root XML element. tooltip.certificate-file=A key used to verify the signature. Conflicts with trustEngineRef and both of the child elements. -tooltip.retained-roles=Retained Roles +tooltip.retained-roles=Controls whether to keep entity descriptors that contain no roles tooltip.remove-roleless-entity-descriptors=Controls whether to keep entity descriptors that contain no roles. tooltip.remove-empty-entities-descriptors=Controls whether to keep entities descriptors that contain no entity descriptors. diff --git a/backend/src/main/resources/i18n/messages_en.properties b/backend/src/main/resources/i18n/messages_en.properties index 8b20b2efc..6d64dd72a 100644 --- a/backend/src/main/resources/i18n/messages_en.properties +++ b/backend/src/main/resources/i18n/messages_en.properties @@ -433,7 +433,7 @@ tooltip.enable-provider-upon-saving=Enable Metadata Provider upon saving? tooltip.max-validity-interval=Defines the window within which the metadata is valid. tooltip.require-signed-root=If true, this fails to load metadata with no signature on the root XML element. tooltip.certificate-file=A key used to verify the signature. Conflicts with trustEngineRef and both of the child elements. -tooltip.retained-roles=Retained Roles +tooltip.retained-roles=Controls whether to keep entity descriptors that contain no roles tooltip.remove-roleless-entity-descriptors=Controls whether to keep entity descriptors that contain no roles. tooltip.remove-empty-entities-descriptors=Controls whether to keep entities descriptors that contain no entity descriptors. diff --git a/ui/src/app/metadata/domain/component/forms/finish-form.component.html b/ui/src/app/metadata/domain/component/forms/finish-form.component.html index 28b9dda91..0e28beacc 100644 --- a/ui/src/app/metadata/domain/component/forms/finish-form.component.html +++ b/ui/src/app/metadata/domain/component/forms/finish-form.component.html @@ -52,7 +52,7 @@

{{ contact.name }} - {{ contact.emailAddress }} + {{ contact.emailAddress }} {{ contact.type }} diff --git a/ui/src/app/metadata/domain/component/forms/metadata-ui-form.component.html b/ui/src/app/metadata/domain/component/forms/metadata-ui-form.component.html index e75ce8b7b..44954aa1d 100644 --- a/ui/src/app/metadata/domain/component/forms/metadata-ui-form.component.html +++ b/ui/src/app/metadata/domain/component/forms/metadata-ui-form.component.html @@ -85,7 +85,15 @@ - + Must be an integer equal to or greater than 0 @@ -99,7 +107,15 @@ - + Must be an integer equal to or greater than 0 diff --git a/ui/src/app/metadata/resolver/container/upload-resolver.component.html b/ui/src/app/metadata/resolver/container/upload-resolver.component.html index ebc62dd51..8bae4bc0d 100644 --- a/ui/src/app/metadata/resolver/container/upload-resolver.component.html +++ b/ui/src/app/metadata/resolver/container/upload-resolver.component.html @@ -36,7 +36,7 @@

- +