Browse Source

#3325 use correct word for .gitignore

for-closed-social
Unknwon 8 years ago
parent
commit
9e8a8867ea
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      conf/locale/locale_en-US.ini
  2. +2
    -2
      modules/bindata/bindata.go
  3. +2
    -2
      templates/repo/create.tmpl

+ 1
- 1
conf/locale/locale_en-US.ini View File

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

+ 2
- 2
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 2
- 2
templates/repo/create.tmpl View File

@ -58,10 +58,10 @@
<div class="ui divider"></div>
<div class="inline field">
<label>{{.i18n.Tr "repo.repo_lang"}}</label>
<label>.gitignore</label>
<div class="ui multiple search normal selection dropdown">
<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">
{{range .Gitignores}}
<div class="item" data-value="{{.}}">{{.}}</div>

Loading…
Cancel
Save