mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Improve Description in new/ edit Project template (#14429)
Fixes #14358 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
		@@ -926,7 +926,8 @@ ext_issues = Ext. Issues
 | 
				
			|||||||
ext_issues.desc = Link to an external issue tracker.
 | 
					ext_issues.desc = Link to an external issue tracker.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
projects = Projects
 | 
					projects = Projects
 | 
				
			||||||
projects.desc = Manage issues and pulls in project boards.
 | 
					projects.description = Description (optional)
 | 
				
			||||||
 | 
					projects.description_placeholder = Description
 | 
				
			||||||
projects.create = Create Project
 | 
					projects.create = Create Project
 | 
				
			||||||
projects.title = Title
 | 
					projects.title = Title
 | 
				
			||||||
projects.new = New project
 | 
					projects.new = New project
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,8 +29,8 @@
 | 
				
			|||||||
					<input name="title" placeholder="{{.i18n.Tr "repo.projects.title"}}" value="{{.title}}" autofocus required>
 | 
										<input name="title" placeholder="{{.i18n.Tr "repo.projects.title"}}" value="{{.title}}" autofocus required>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
				<div class="field">
 | 
									<div class="field">
 | 
				
			||||||
					<label>{{.i18n.Tr "repo.projects.desc"}}</label>
 | 
										<label>{{.i18n.Tr "repo.projects.description"}}</label>
 | 
				
			||||||
					<textarea name="content">{{.content}}</textarea>
 | 
										<textarea name="content" placeholder="{{.i18n.Tr "repo.projects.description_placeholder"}}">{{.content}}</textarea>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				{{if not .PageIsEditProjects}}
 | 
									{{if not .PageIsEditProjects}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user