forked from kevadesu/forgejo
#3325 use correct word for .gitignore
This commit is contained in:
parent
2c82fc3edb
commit
9e8a8867ea
3 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue