mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add tooltip for the visibility checkbox in /repo/create (#8025)
* Add tooltip for the visibility checkbox in /repo/create * Change the tooltip wording * Update options/locale/locale_en-US.ini Co-Authored-By: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
			
		||||
						<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required>
 | 
			
		||||
						<span class="help">{{.i18n.Tr "repo.repo_name_helper"}}</span>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div class="inline field">
 | 
			
		||||
					<div class="inline field" data-tooltip={{.i18n.Tr "repo.visibility.tooltip"}}>
 | 
			
		||||
						<label>{{.i18n.Tr "repo.visibility"}}</label>
 | 
			
		||||
						<div class="ui checkbox">
 | 
			
		||||
							{{if .IsForcedPrivate}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user