web: fix description for signing responses in SAML provider (#14573)

This commit is contained in:
Dewi Roberts
2025-05-19 15:56:19 +01:00
committed by GitHub
parent beece507fd
commit 1a80353bc0

View File

@ -50,7 +50,7 @@ function renderHasSigningKp(provider?: Partial<SAMLProvider>) {
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.")}
>
</ak-switch-input>`;
}