We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27d5af commit 251ddfaCopy full SHA for 251ddfa
templates/status/500.tmpl
@@ -42,7 +42,7 @@
42
{{end}}
43
<div class="center gt-mt-5">
44
{{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}}
+ {{if .SignedUser.IsAdmin}}<p>{{.locale.Tr "error.report_message" "https://github.com/go-gitea/gitea/issues" "GitHub" | Str2html}}</p>{{end}}
46
</div>
47
48
0 commit comments