Skip to content

Commit 251ddfa

Browse files
committed
Actually add that new parameter to template
1 parent d27d5af commit 251ddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/status/500.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{{end}}
4343
<div class="center gt-mt-5">
4444
{{if or .SignedUser.IsAdmin .ShowFooterVersion}}<p>{{.locale.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
45-
{{if .SignedUser.IsAdmin}}<p>{{.locale.Tr "error.report_message" "https://github.com/go-gitea/gitea/issues" | Str2html}}</p>{{end}}
45+
{{if .SignedUser.IsAdmin}}<p>{{.locale.Tr "error.report_message" "https://github.com/go-gitea/gitea/issues" "GitHub" | Str2html}}</p>{{end}}
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)