Skip to content

Commit

Permalink
Fixes #37691 - rename AuthSource Welcome var to fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and ofedoren committed Oct 29, 2024
1 parent f266ccd commit 496c78b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const WelcomeAuthSource = ({ canCreate }) => {
<FormattedMessage
id="LDAP-providers"
defaultMessage={__(
'The authentication process currently requires an LDAP provider, such as {FreeIPA}, {OpenLDAP} or {Microsoft}.'
'The authentication process currently requires an LDAP provider, such as {Free_IPA}, {OpenLDAP} or {Microsoft}.'
)}
values={{
FreeIPA: <em>FreeIPA</em>,
Free_IPA: <em>{__('FreeIPA')}</em>,
OpenLDAP: <em>OpenLDAP</em>,
Microsoft: <em>Microsoft&apos;s Active Directory</em>,
}}
Expand Down

0 comments on commit 496c78b

Please sign in to comment.