File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ rss_feed = RSS Feed
115
115
navbar = Navigation Bar
116
116
footer = Footer
117
117
footer.software = About Software
118
- footer.language = Language
118
+ footer.links = Links
119
119
120
120
[filter]
121
121
string.asc = A - Z
Original file line number Diff line number Diff line change 1
- <footer aria-label="{{.locale.Tr "aria.footer"}}">
1
+ <footer role="group" aria-label="{{.locale.Tr "aria.footer"}}">
2
2
<div class="ui container">
3
- <div class="ui left" aria-label="{{.locale.Tr "aria.footer.software"}}">
3
+ <div class="ui left" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
4
4
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.locale.Tr "powered_by" "Gitea"}}</a>
5
5
{{if (or .ShowFooterVersion .PageIsAdmin)}}
6
6
{{.locale.Tr "version"}}:
15
15
{{.locale.Tr "template"}}{{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong>
16
16
{{end}}
17
17
</div>
18
- <div class="ui right links" aria-label="{{.locale.Tr "aria.footer.language "}}">
18
+ <div class="ui right links" role="group" aria-label="{{.locale.Tr "aria.footer.links "}}">
19
19
{{if .ShowFooterBranding}}
20
20
<a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea">{{svg "octicon-mark-github"}}<span class="sr-only">GitHub</span></a>
21
21
{{end}}
You can’t perform that action at this time.
0 commit comments