We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5418a6 commit 069a96eCopy full SHA for 069a96e
options/locale/locale_en-US.ini
@@ -79,6 +79,8 @@ write = Write
79
preview = Preview
80
loading = Loading…
81
82
+error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
83
+
84
[startpage]
85
app_desc = A painless, self-hosted Git service
86
install = Easy to install
templates/status/404.tmpl
@@ -4,6 +4,7 @@
4
<p style="margin-top: 100px"><img src="{{StaticUrlPrefix}}/img/404.png" alt="404"/></p>
5
<div class="ui divider"></div>
6
<br>
7
+ <p>{{.i18n.Tr "error404" | Safe}}
8
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
9
</div>
10
{{template "base/footer" .}}
0 commit comments