Fix linked account translation (#21331)

fix key used for translation
This commit is contained in:
John Olheiser 2022-10-04 07:51:07 -05:00 committed by GitHub
parent 274523baf4
commit 2d2cf589f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
</div>
<div class="content">
<strong>{{$provider}}</strong>
{{if $loginSource.IsActive}}<span class="text red">{{$.locale.Tr "settings.active"}}</span>{{end}}
{{if $loginSource.IsActive}}<span class="text red">{{$.locale.Tr "repo.settings.active"}}</span>{{end}}
</div>
</div>
{{end}}