Skip to content

Commit 87a1c4a

Browse files
committed
Fix very unfortunate typo
1 parent b8af955 commit 87a1c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/commit_page.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<span class="ui text gt-mr-3">{{.locale.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span>
202202
{{end}}
203203
{{avatar $.Context .Verification.SigningUser 28 "gt-mr-3"}}
204-
{{if .Verification.SigningUser.Fullname}}
204+
{{if .Verification.SigningUser.FullName}}
205205
<a href="{{.Verification.SigningUser.HomeLink}}"><strong> {{.Verification.SigningUser.FullName}} ({{.Verification.SigningUser.GetDisplayName}})</strong></a>
206206
{{else}}
207207
<a href="{{.Verification.SigningUser.HomeLink}}"><strong> ({{.Verification.SigningUser.GetDisplayName}})</strong></a>

0 commit comments

Comments
 (0)