mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix typos in users' editing template.
This commit is contained in:
		@@ -71,7 +71,7 @@
 | 
				
			|||||||
			                <div class="checkbox">
 | 
								                <div class="checkbox">
 | 
				
			||||||
			                    <label>
 | 
								                    <label>
 | 
				
			||||||
			                        <input type="checkbox" name="active" {{if .User.IsActive}}checked{{end}}>
 | 
								                        <input type="checkbox" name="active" {{if .User.IsActive}}checked{{end}}>
 | 
				
			||||||
			                        <strong>This account has activated</strong>
 | 
								                        <strong>This account is activated</strong>
 | 
				
			||||||
			                    </label>
 | 
								                    </label>
 | 
				
			||||||
			                </div>
 | 
								                </div>
 | 
				
			||||||
			            </div>
 | 
								            </div>
 | 
				
			||||||
@@ -82,7 +82,7 @@
 | 
				
			|||||||
			                <div class="checkbox">
 | 
								                <div class="checkbox">
 | 
				
			||||||
			                    <label>
 | 
								                    <label>
 | 
				
			||||||
			                        <input type="checkbox" name="admin" {{if .User.IsAdmin}}checked{{end}}>
 | 
								                        <input type="checkbox" name="admin" {{if .User.IsAdmin}}checked{{end}}>
 | 
				
			||||||
			                        <strong>This account has administor permisson</strong>
 | 
								                        <strong>This account has administrator permissions</strong>
 | 
				
			||||||
			                    </label>
 | 
								                    </label>
 | 
				
			||||||
			                </div>
 | 
								                </div>
 | 
				
			||||||
			            </div>
 | 
								            </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user