From 1a80353bc05f257f7160edc36c986f2783cb1106 Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Mon, 19 May 2025 15:56:19 +0100 Subject: [PATCH] web: fix description for signing responses in SAML provider (#14573) --- web/src/admin/providers/saml/SAMLProviderFormForm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/admin/providers/saml/SAMLProviderFormForm.ts b/web/src/admin/providers/saml/SAMLProviderFormForm.ts index b798cb40af..f728324617 100644 --- a/web/src/admin/providers/saml/SAMLProviderFormForm.ts +++ b/web/src/admin/providers/saml/SAMLProviderFormForm.ts @@ -50,7 +50,7 @@ function renderHasSigningKp(provider?: Partial) { name="signResponse" label=${msg("Sign responses")} ?checked=${provider?.signResponse ?? false} - help=${msg("When enabled, the assertion element of the SAML response will be signed.")} + help=${msg("When enabled, the SAML response will be signed.")} > `; }