소스 검색

Add helper text for log path.

Josh Frye 9 년 전
부모
커밋
1feecd6beb
3개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>
 
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.