Translate untranslated string in issues list (#25759)

pull/25715/head^2
Maxim Slipenko 2 years ago committed by GitHub
parent a42a838843
commit e0a780d75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/user/dashboard/issues.tmpl

@ -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…
Cancel
Save