update/fix-typo-to-a-to-a

- Corrected "Map a custom user attribute to a to a SAML attribute." by removing the repeated "to a".

Closes: #33603

Signed-off-by: Pedro Aguiar <contact@codespearhead.com>
This commit is contained in:
Pedro Aguiar 2024-10-04 15:44:43 -04:00 committed by GitHub
parent cb3954fc7b
commit 14f14152de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -2070,7 +2070,7 @@
"id":"saml-user-attribute-mapper", "id":"saml-user-attribute-mapper",
"name":"User Attribute", "name":"User Attribute",
"category":"AttributeStatement Mapper", "category":"AttributeStatement Mapper",
"helpText":"Map a custom user attribute to a to a SAML attribute.", "helpText":"Map a custom user attribute to a SAML attribute.",
"priority":0, "priority":0,
"properties":[ "properties":[
{ {
@ -6444,7 +6444,7 @@
}, },
{ {
"id":"saml-user-attribute-mapper", "id":"saml-user-attribute-mapper",
"helpText":"Map a custom user attribute to a to a SAML attribute.", "helpText":"Map a custom user attribute to a SAML attribute.",
"properties":[ "properties":[
{ {
"name":"user.attribute", "name":"user.attribute",

View file

@ -1411,7 +1411,7 @@
"id": "saml-user-attribute-mapper", "id": "saml-user-attribute-mapper",
"name": "User Attribute", "name": "User Attribute",
"category": "AttributeStatement Mapper", "category": "AttributeStatement Mapper",
"helpText": "Map a custom user attribute to a to a SAML attribute.", "helpText": "Map a custom user attribute to a SAML attribute.",
"priority": 0, "priority": 0,
"properties": [ "properties": [
{ {
@ -5789,7 +5789,7 @@
}, },
{ {
"id": "saml-user-attribute-mapper", "id": "saml-user-attribute-mapper",
"helpText": "Map a custom user attribute to a to a SAML attribute.", "helpText": "Map a custom user attribute to a SAML attribute.",
"properties": [ "properties": [
{ {
"name": "user.attribute", "name": "user.attribute",

View file

@ -81,7 +81,7 @@ public class UserAttributeStatementMapper extends AbstractSAMLProtocolMapper imp
@Override @Override
public String getHelpText() { public String getHelpText() {
return "Map a custom user attribute to a to a SAML attribute."; return "Map a custom user attribute to a SAML attribute.";
} }
@Override @Override