File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ explore = Explore
44help = Help
55logo = Logo
66sign_in = Sign In
7- sign_in_with = Sign In With
7+ sign_in_or = Or
88sign_out = Sign Out
99sign_up = Register
1010link_account = Link Account
Original file line number Diff line number Diff line change 5353 {{end}}
5454
5555 {{if and .OrderedOAuth2Names .OAuth2Providers}}
56- <hr class="ui divider"/>
5756 <div id="oauth2-login-navigator">
5857 <div id="oauth2-login-navigator-inner" class="gt-df gt-fc gt-jc">
59- <span class="gt-self-center gt-mb-4">{{.locale.Tr "sign_in_with"}}</span>
60- <div class="gt-df gt-fc gt-fw gt-ac gt-gap-4">
58+ <div class="ui horizontal divider">
59+ {{.locale.Tr "sign_in_or"}}
60+ </div>
61+ <div class="gt-df gt-fc gt-fw gt-ac gt-gap-3">
6162 {{range $key := .OrderedOAuth2Names}}
6263 {{$provider := index $.OAuth2Providers $key}}
6364 <a class="{{$provider.Name}} ui compact button silenced gt-df gt-ac gt-jc oauth-login-link" href="{{AppSubUrl}}/user/oauth2/{{$key}}">
You can’t perform that action at this time.
0 commit comments