We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1394 commit 10513dfCopy full SHA for 10513df
options/locale/locale_en-US.ini
@@ -113,6 +113,7 @@ copy_type_unsupported = This file type cannot be copied
113
write = Write
114
preview = Preview
115
loading = Loading…
116
+files = Files
117
118
error = Error
119
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
templates/repo/view_file_tree.tmpl
@@ -4,7 +4,7 @@
4
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
5
{{svg "octicon-sidebar-expand"}}
6
</button>
7
- <b>Files</b>
+ <b>{{ctx.Locale.Tr "files"}}</b>
8
</div>
9
10
{{/* TODO: Dynamically move components such as refSelector and createPR here */}}
0 commit comments