File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -926,7 +926,8 @@ ext_issues = Ext. Issues
926
926
ext_issues.desc = Link to an external issue tracker.
927
927
928
928
projects = Projects
929
- projects.desc = Manage issues and pulls in project boards.
929
+ projects.description = Description (optional)
930
+ projects.description_placeholder = Description
930
931
projects.create = Create Project
931
932
projects.title = Title
932
933
projects.new = New project
Original file line number Diff line number Diff line change 29
29
<input name="title" placeholder="{{.i18n.Tr "repo.projects.title"}}" value="{{.title}}" autofocus required>
30
30
</div>
31
31
<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>
34
34
</div>
35
35
36
36
{{if not .PageIsEditProjects}}
You can’t perform that action at this time.
0 commit comments