aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2025-03-15 11:55:58 -0700
committerGitHub <noreply@github.com>2025-03-15 18:55:58 +0000
commit10513df1bf1edd43f175991c9ce79967b001bc27 (patch)
treec4728db3c690caa6a1ca444395ce8dd8288d557e /templates
parent30b13942f09e8d92a4ff2e3a5feb3123941bbb47 (diff)
downloadgitea-10513df1bf1edd43f175991c9ce79967b001bc27.tar.gz
gitea-10513df1bf1edd43f175991c9ce79967b001bc27.zip
Add missing translation (#33900)
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/view_file_tree.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_file_tree.tmpl b/templates/repo/view_file_tree.tmpl
index 6e5d504a47..ce9b2e4d11 100644
--- a/templates/repo/view_file_tree.tmpl
+++ b/templates/repo/view_file_tree.tmpl
@@ -4,7 +4,7 @@
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
{{svg "octicon-sidebar-expand"}}
</button>
- <b>Files</b>
+ <b>{{ctx.Locale.Tr "files"}}</b>
</div>
{{/* TODO: Dynamically move components such as refSelector and createPR here */}}