Fix typo in EN (#23059)

This commit is contained in:
Bruno Bonfils 2023-09-12 13:57:41 +02:00 committed by GitHub
parent 3908537254
commit 45965834bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2882,7 +2882,7 @@
"client_secret_jwt": "Client secret as jwt", "client_secret_jwt": "Client secret as jwt",
"private_key_jwt": "JWT signed with private key" "private_key_jwt": "JWT signed with private key"
}, },
"clientAssertionSigningAlg": "Client asserion signature algorithm", "clientAssertionSigningAlg": "Client assertion signature algorithm",
"algorithmNotSpecified": "Algorithm not specified", "algorithmNotSpecified": "Algorithm not specified",
"acceptsPromptNone": "Accepts prompt=none forward from client", "acceptsPromptNone": "Accepts prompt=none forward from client",
"validateSignature": "Validate Signatures", "validateSignature": "Validate Signatures",