Translate untranslated string in issues list (#25759)
This commit is contained in:
parent
a42a838843
commit
e0a780d75b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
</a>
|
||||
<div class="divider"></div>
|
||||
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
|
||||
<span class="text truncate">All</span>
|
||||
<span class="text truncate">{{.locale.Tr "all"}}</span>
|
||||
<span>{{CountFmt .TotalIssueCount}}</span>
|
||||
</a>
|
||||
{{range .Repos}}
|
||||
|
|
Loading…
Reference in a new issue