Skip to content

Commit 2d2cf58

Browse files
authored
Fix linked account translation (#21331)
fix key used for translation
1 parent 274523b commit 2d2cf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/settings/security/accountlinks.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
<div class="content">
3535
<strong>{{$provider}}</strong>
36-
{{if $loginSource.IsActive}}<span class="text red">{{$.locale.Tr "settings.active"}}</span>{{end}}
36+
{{if $loginSource.IsActive}}<span class="text red">{{$.locale.Tr "repo.settings.active"}}</span>{{end}}
3737
</div>
3838
</div>
3939
{{end}}

0 commit comments

Comments
 (0)