diff options
author | Giteabot <teabot@gitea.io> | 2023-07-07 19:04:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 23:04:08 +0000 |
commit | 91dadedddf1d7acac23dba410ec69f82905caf86 (patch) | |
tree | eeb555ef7ac345617c6204e11f96e2b194a77f49 | |
parent | 32eaba1b4081b0097f523204ae05cc163a50601e (diff) | |
download | gitea-91dadedddf1d7acac23dba410ec69f82905caf86.tar.gz gitea-91dadedddf1d7acac23dba410ec69f82905caf86.zip |
Translate untranslated string in issues list (#25759) (#25761)
Backport #25759 by @Maks1mS
Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index e7762c5a93..67a02e7ee6 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -33,7 +33,7 @@ </a> <div class="ui 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}} |