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.")} > `; }