Skip to content

Commit

Permalink
Updated tooltips for Groups and Roles
Browse files Browse the repository at this point in the history
Former-commit-id: 18357f2e77c956d2c6edee20236a03676ec73ba4
  • Loading branch information
rmathis committed Aug 2, 2022
1 parent d0eb651 commit 178f47b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -152,21 +152,21 @@ heading.shibboleth=Shibboleth
label.source-configuration=Metadata Source Configuration
label.provider-configuration=Metadata Provider Configuration
label.entity-attribute-name=Custom Entity Attribute Name
tooltip.entity-attribute-name=Custom Entity Attribute Name
tooltip.entity-attribute-name=Name of the attribute that the service provider uses and requires from the identity provider. It corresponds to the <saml:Attribute Name=""> element in the SAML assertion.
label.entity-attribute-type=Attribute Type
tooltip.entity-attribute-type=Attribute Type
tooltip.entity-attribute-type=Data type of the attribute such as boolean or string.
label.entity-attribute-help=Help Text
tooltip.entity-attribute-help=Help Text
tooltip.entity-attribute-help=Defines help text used in the Shibboleth IDP UI when adding the attribute.
label.entity-attribute-default=Default Value
tooltip.entity-attribute-default=Default Value
tooltip.entity-attribute-default=The default value of the attribute.
label.entity-attribute-list-options=List options
tooltip.entity-attribute-list-options=List options
tooltip.entity-attribute-list-options=A list of pre-defined selectable options for a user to select from in the Shibboleth IDP UI.
label.entity-attribute-friendly-name=Friendly name
tooltip.entity-attribute-friendly-name=Friendly name
tooltip.entity-attribute-friendly-name=A descriptive or human-friendly name for users of the Shibboleth IDP UI.
label.entity-attribute-attr-name=Attribute name
tooltip.entity-attribute-attr-name=This is normally a uri or urn
tooltip.entity-attribute-attr-name=Indicates how to interpret the attribute name. It corresponds to the <saml:Attribute NameFormat=""> element in the SAML assertion. This is normally a uri or urn.
label.entity-attribute-display-name=Display name
tooltip.entity-attribute-display-name=Display name
tooltip.entity-attribute-display-name=Provides a human readable value that identifies the subject. This value is not guaranteed to be unique and is designed to be used only for display purposes.

label.entity-attribute-persist-value=Persist Value
label.entity-attribute-persist-type=Persist Type
Expand Down Expand Up @@ -508,7 +508,7 @@ label.source=Metadata Source
label.provider=Metadata Provider

label.url-validation-regex=URL validation regular expression
tooltip.url-validation-regex=URL validation regular expression
tooltip.url-validation-regex=URL validation regular expression. This is used by the Shibboleth IDP UI to restrict entities that may be targetted by this group and is added as form validation.

label.bundle-name=Bundle name
label.bundle-disp=Bundle - {name}
Expand Down Expand Up @@ -734,10 +734,10 @@ tooltip.nameid-formats-format=Format
tooltip.nameid-formats-value=Value
tooltip.nameid-formats-type=Type

tooltip.group-name=Group Name
tooltip.group-description=Group Description
tooltip.group-name=A user friendly name used to identify the group.
tooltip.group-description=A description of the purpose of the group.

tooltip.role-name=Role Name
tooltip.role-description=Role Description
tooltip.role-name=A user friendly name used to identify the role.
tooltip.role-description=A description of the purpose of the role.

tooltip.contact-information=Contacts provide information about how to contact the organization responsible for standing up the entity.

0 comments on commit 178f47b

Please sign in to comment.