Explorar o código

Add helper text for log path.

Josh Frye %!s(int64=9) %!d(string=hai) anos
pai
achega
1feecd6beb
Modificáronse 3 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      conf/locale/locale_en-US.ini
  2. 0 0
      modules/bindata/bindata.go
  3. 1 0
      templates/install.tmpl

+ 1 - 0
conf/locale/locale_en-US.ini

@@ -87,6 +87,7 @@ http_port_helper = Port number which application will listen on.
 app_url = Application URL
 app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email.
 log_root_path = Log Path
+log_root_path_helper = Directory to write log files to.
 
 optional_title = Optional Settings
 email_title = Email Service Settings

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
modules/bindata/bindata.go


+ 1 - 0
templates/install.tmpl

@@ -112,6 +112,7 @@
 					<div class="inline required field">
 						<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>
+						<span class="help">{{.i18n.Tr "install.log_root_path_helper"}}</span>
 					</div>
 
 

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio