mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-18 00:35:56 +00:00
i18n: separate string for OpenID
This commit is contained in:
parent
2a03e2c6b9
commit
7d5972d330
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
{{if .EnableOpenIDSignIn}}
|
||||
<a class="openid ui button tw-flex tw-items-center tw-justify-center tw-py-2 tw-w-full" href="{{AppSubUrl}}/user/login/openid">
|
||||
{{svg "fontawesome-openid" 28 "tw-mr-2"}}
|
||||
{{ctx.Locale.Tr "sign_in_with_provider" "OpenID"}}
|
||||
{{ctx.Locale.Tr "auth.sign_in_openid"}}
|
||||
</a>
|
||||
{{end}}
|
||||
{{if .EnableSSPI}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue