diff options
-rw-r--r-- | options/locale/locale_en-US.ini | 1 | ||||
-rw-r--r-- | templates/repo/view_file_tree.tmpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f1ce4b244f..3ee7c8818c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -113,6 +113,7 @@ copy_type_unsupported = This file type cannot be copied write = Write preview = Preview loading = Loading… +files = Files error = Error error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it. 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 */}} |