mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add helper text for log path.
This commit is contained in:
		| @@ -87,6 +87,7 @@ http_port_helper = Port number which application will listen on. | |||||||
| app_url = Application URL | app_url = Application URL | ||||||
| app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email. | app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email. | ||||||
| log_root_path = Log Path | log_root_path = Log Path | ||||||
|  | log_root_path_helper = Directory to write log files to. | ||||||
|  |  | ||||||
| optional_title = Optional Settings | optional_title = Optional Settings | ||||||
| email_title = Email Service Settings | email_title = Email Service Settings | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -112,6 +112,7 @@ | |||||||
| 					<div class="inline required field"> | 					<div class="inline required field"> | ||||||
| 						<label for="log_root_path">{{.i18n.Tr "install.log_root_path"}}</label> | 						<label for="log_root_path">{{.i18n.Tr "install.log_root_path"}}</label> | ||||||
| 						<input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log" required> | 						<input id="log_root_path" name="log_root_path" value="{{.log_root_path}}" placeholder="log" required> | ||||||
|  | 						<span class="help">{{.i18n.Tr "install.log_root_path_helper"}}</span> | ||||||
| 					</div> | 					</div> | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user