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:
parent
cb3954fc7b
commit
14f14152de
3 changed files with 5 additions and 5 deletions
|
@ -2070,7 +2070,7 @@
|
|||
"id":"saml-user-attribute-mapper",
|
||||
"name":"User Attribute",
|
||||
"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,
|
||||
"properties":[
|
||||
{
|
||||
|
@ -6444,7 +6444,7 @@
|
|||
},
|
||||
{
|
||||
"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":[
|
||||
{
|
||||
"name":"user.attribute",
|
||||
|
|
|
@ -1411,7 +1411,7 @@
|
|||
"id": "saml-user-attribute-mapper",
|
||||
"name": "User Attribute",
|
||||
"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,
|
||||
"properties": [
|
||||
{
|
||||
|
@ -5789,7 +5789,7 @@
|
|||
},
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"name": "user.attribute",
|
||||
|
|
|
@ -81,7 +81,7 @@ public class UserAttributeStatementMapper extends AbstractSAMLProtocolMapper imp
|
|||
|
||||
@Override
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue