diff options
Diffstat (limited to 'templates/repo/pulls/fork.tmpl')
-rw-r--r-- | templates/repo/pulls/fork.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/pulls/fork.tmpl b/templates/repo/pulls/fork.tmpl index cc2005c226..c3e8e1e52c 100644 --- a/templates/repo/pulls/fork.tmpl +++ b/templates/repo/pulls/fork.tmpl @@ -52,8 +52,8 @@ <span class="help">{{.i18n.Tr "repo.fork_visiblity_helper"}}</span> </div> <div class="inline field {{if .Err_Description}}error{{end}}"> - <label for="desc">{{.i18n.Tr "repo.repo_desc"}}</label> - <textarea id="desc" name="desc">{{.desc}}</textarea> + <label for="description">{{.i18n.Tr "repo.repo_desc"}}</label> + <textarea id="description" name="description">{{.description}}</textarea> </div> <div class="inline field"> |