File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ link_account = Link Account
10
10
register = Register
11
11
website = Website
12
12
version = Version
13
+ powered_by = Powered by %s
13
14
page = Page
14
15
template = Template
15
16
language = Language
Original file line number Diff line number Diff line change 1
1
<footer>
2
2
<div class="ui container">
3
3
<div class="ui left">
4
- © Gitea {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}}
4
+ {{.i18n.Tr "powered_by" " Gitea"}} {{if (or .ShowFooterVersion .PageIsAdmin)}}{{.i18n.Tr "version"}}: {{AppVer}}{{end}} {{if ShowFooterTemplateLoadTime}}{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> {{.i18n.Tr "template"}}: <strong>{{call .TmplLoadTimes}}</strong>{{end}}
5
5
</div>
6
6
<div class="ui right links">
7
7
{{if .ShowFooterBranding}}
You can’t perform that action at this time.
0 commit comments