Skip to content

Commit

Permalink
Fix linked account translation (go-gitea#21331)
Browse files Browse the repository at this point in the history
fix key used for translation

Signed-off-by: jolheiser <john.olheiser@gmail.com>
  • Loading branch information
jolheiser committed Oct 4, 2022
1 parent cbebcc1 commit 13b2e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/settings/security/accountlinks.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<div class="content">
<strong>{{$provider}}</strong>
{{if $loginSource.IsActive}}<span class="text red">{{$.i18n.Tr "settings.active"}}</span>{{end}}
{{if $loginSource.IsActive}}<span class="text red">{{$.i18n.Tr "repo.settings.active"}}</span>{{end}}
</div>
</div>
{{end}}
Expand Down

0 comments on commit 13b2e29

Please sign in to comment.