From be7d6f28059dfb6961d02983834f81464f065889 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 12 Oct 2022 11:00:55 -0700 Subject: [PATCH] Fixed tooltip --- backend/src/main/resources/i18n/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/i18n/messages.properties b/backend/src/main/resources/i18n/messages.properties index d8146c9b9..bb76787d6 100644 --- a/backend/src/main/resources/i18n/messages.properties +++ b/backend/src/main/resources/i18n/messages.properties @@ -662,7 +662,7 @@ tooltip.authentication-requests-signed=Whether to sign requests. Signing request tooltip.want-assertions-signed=Whether to sign assertions. Element declares that the service provider wants the element to be digitally signed. tooltip.certificate-name=Value used by the IDP UI to identify certificates. tooltip.certificate-type=Describes the use to which the credential will be put (as defined by the SAML standard) -tooltip.certificate=Value used for the key descriptor. (Certificate, ClientSecret, etc) +tooltip.certificate=Value used for the key descriptor. (Certificate, etc) tooltip.key-descriptors=A certificate containing a public key to use to require and verify an XML signature over the resource. tooltip.logout-endpoints=If your SP supports SAML 2.0 Single Logout, you will need to include one or more endpoint elements in the metadata. tooltip.logout-endpoints-url=The location of the handler (when combined with the base handlerURL). This is the location to which an IdP sends messages using whatever protocol and binding it shares with the SP. Each combination of SLO protocol and binding is installed at a unique location to improve efficiency. @@ -807,7 +807,7 @@ message.algorithms-unique=Each algorithm may only be used once. label.source-protocol=Authentication Protocol label.key-descriptors=Key Descriptors label.certificate-value=Value -tooltip.certificate-value=Value used for the key descriptor. (Certificate, ClientSecret, etc) +tooltip.certificate-value=Value used for the key descriptor. (Certificate, etc) label.element-type=Element Type tooltip.element-type=Type of element used to contain the certificate in metadata. (x509, etc) label.oauth-rp-extensions=OAuth Relying Party Extensions