templates/repo: rename 'Code' to 'Files'

master
Unknwon 2017-01-25 18:15:37 -05:00
parent ad57f18894
commit 0d60b58434
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
3 changed files with 1123 additions and 899 deletions

View File

@ -409,7 +409,7 @@ create_new_repo_command = Create a new repository on the command line
push_exist_repo = Push an existing repository from the command line
repo_is_empty = This repository is empty, please come back later!
code = Code
files = Files
branch = Branch
tree = Tree
filter_branch_and_tag = Filter branch or tag

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@
<div class="ui tabs container">
<div class="ui tabular menu navbar">
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}">
<i class="octicon octicon-code"></i> {{.i18n.Tr "repo.code"}}
<i class="octicon octicon-file-text"></i> {{.i18n.Tr "repo.files"}}
</a>
{{if and .Repository.EnableIssues (not .Repository.EnableExternalTracker)}}
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">