#3325 use correct word for .gitignore

This commit is contained in:
Unknwon 2016-08-09 12:16:21 -07:00
parent 2c82fc3edb
commit 9e8a8867ea
3 changed files with 5 additions and 5 deletions

View File

@ -350,7 +350,7 @@ fork_from = Fork From
fork_visiblity_helper = You cannot alter the visibility of a forked repository. fork_visiblity_helper = You cannot alter the visibility of a forked repository.
repo_desc = Description repo_desc = Description
repo_lang = Language repo_lang = Language
repo_lang_helper = Select .gitignore files repo_gitignore_helper = Select .gitignore templates
license = License license = License
license_helper = Select a license file license_helper = Select a license file
readme = Readme readme = Readme

File diff suppressed because one or more lines are too long

View File

@ -58,10 +58,10 @@
<div class="ui divider"></div> <div class="ui divider"></div>
<div class="inline field"> <div class="inline field">
<label>{{.i18n.Tr "repo.repo_lang"}}</label> <label>.gitignore</label>
<div class="ui multiple search normal selection dropdown"> <div class="ui multiple search normal selection dropdown">
<input type="hidden" name="gitignores" value="{{.gitignores}}"> <input type="hidden" name="gitignores" value="{{.gitignores}}">
<div class="default text">{{.i18n.Tr "repo.repo_lang_helper"}}</div> <div class="default text">{{.i18n.Tr "repo.repo_gitignore_helper"}}</div>
<div class="menu"> <div class="menu">
{{range .Gitignores}} {{range .Gitignores}}
<div class="item" data-value="{{.}}">{{.}}</div> <div class="item" data-value="{{.}}">{{.}}</div>