Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion templates/repo/view_file_tree.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}}
Expand Down