Fix gettext msgid for OIDC sign-in button after strategy rename
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:
Moritz 2026-02-24 11:42:24 +01:00
parent 12419c5237
commit d95d4dc737
Signed by: moritz
GPG key ID: 1020A035E5DD0824
3 changed files with 5 additions and 4 deletions

View file

@ -59,9 +59,10 @@ msgstr ""
msgid "Sign in" msgid "Sign in"
msgstr "" 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. ## 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 "" msgstr ""
msgid "Signing in ..." msgid "Signing in ..."

View file

@ -58,7 +58,7 @@ msgstr "Neues Passwort setzen"
msgid "Sign in" msgid "Sign in"
msgstr "Anmelden" msgstr "Anmelden"
msgid "Sign in with Rauthy" msgid "Sign in with Oidc"
msgstr "Single Sign On" msgstr "Single Sign On"
msgid "Signing in ..." msgid "Signing in ..."

View file

@ -55,7 +55,7 @@ msgstr ""
msgid "Sign in" msgid "Sign in"
msgstr "" msgstr ""
msgid "Sign in with Rauthy" msgid "Sign in with Oidc"
msgstr "Single Sign On" msgstr "Single Sign On"
msgid "Signing in ..." msgid "Signing in ..."