File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -926,7 +926,8 @@ ext_issues = Ext. Issues
926926ext_issues.desc = Link to an external issue tracker.
927927
928928projects = Projects
929- projects.desc = Manage issues and pulls in project boards.
929+ projects.description = Description (optional)
930+ projects.description_placeholder = Description
930931projects.create = Create Project
931932projects.title = Title
932933projects.new = New project
Original file line number Diff line number Diff line change 2929 <input name= " title" placeholder= " {{.i18n.Tr " repo.projects.title " }}" value= " {{.title}}" autofocus required>
3030 </div>
3131 <div class= " field" >
32- <label>{{.i18n.Tr " repo.projects.desc " }}</label>
33- <textarea name= " content" >{{.content }}</textarea>
32+ <label>{{.i18n.Tr " repo.projects.description " }}</label>
33+ <textarea name= " content" placeholder = " {{.i18n.Tr " repo .projects.description_placeholder " }} " >{{.content }}</textarea>
3434 </div>
3535
3636 {{if not .PageIsEditProjects }}
You can’t perform that action at this time.
0 commit comments