[java-identity-provider] branch main updated: Fix language typo.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 12 16:37:56 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1efe6c063e297f674e80fbbbdf21be0c320222e7
The following commit(s) were added to refs/heads/main by this push:
new 1efe6c063 Fix language typo.
1efe6c063 is described below
commit 1efe6c063e297f674e80fbbbdf21be0c320222e7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 12 12:37:50 2024 -0400
Fix language typo.
---
.../main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
index c7e24f011..640f4a74a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/attributes/schac.xml
@@ -181,7 +181,7 @@
<prop key="saml2.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
<prop key="saml1.name">urn:oid:1.3.6.1.4.1.25178.1.2.8</prop>
<prop key="displayName.en">Personal Title</prop>
- <prop key="displayName.en">Persönlicher Titel</prop>
+ <prop key="displayName.de">Persönlicher Titel</prop>
<prop key="displayName.fr">Titre</prop>
<prop key="displayName.it">Soprannome</prop>
<prop key="description.en">Personal title of the subject</prop>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list