Skip to content

Commit 26fce28

Browse files
Maks1mSGiteaBot
authored andcommitted
Translate untranslated string in issues list (go-gitea#25759)
1 parent 32eaba1 commit 26fce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/issues.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a>
3434
<div class="ui divider"></div>
3535
<a class="{{if not $.RepoIDs}}active{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
36-
<span class="text truncate">All</span>
36+
<span class="text truncate">{{.locale.Tr "all"}}</span>
3737
<span>{{CountFmt .TotalIssueCount}}</span>
3838
</a>
3939
{{range .Repos}}

0 commit comments

Comments
 (0)