Fix gettext msgid for OIDC sign-in button after strategy rename
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Phoenix.Naming.humanize(:oidc) = "Oidc", so the generated msgid is "Sign in with Oidc" (previously "Sign in with Rauthy" for :rauthy). Update all .po/.pot files so the "Single Sign On" translation matches.
This commit is contained in:
parent
12419c5237
commit
d95d4dc737
3 changed files with 5 additions and 4 deletions
|
|
@ -59,9 +59,10 @@ msgstr ""
|
|||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
## Dynamic string from ash_authentication_phoenix OAuth2 component (strategy_name = "Rauthy").
|
||||
## Dynamic string from ash_authentication_phoenix OAuth2 component (strategy_name = "Oidc").
|
||||
## Not auto-extractable because the msgid is constructed at runtime via string interpolation.
|
||||
msgid "Sign in with Rauthy"
|
||||
## Generated by Phoenix.Naming.humanize(:oidc) = "Oidc"
|
||||
msgid "Sign in with Oidc"
|
||||
msgstr ""
|
||||
|
||||
msgid "Signing in ..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue