diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:24:09 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:24:09 -0500 |
commit | 1feecd6beb19ac993afdc36f31207193ca42c553 (patch) | |
tree | a5bac57ca97f03a84482a409e03fab6d7c8f40e2 /templates/install.tmpl | |
parent | a3e8c32a30ef90f5aa0526e8440aa343378dbf26 (diff) | |
download | gitea-1feecd6beb19ac993afdc36f31207193ca42c553.tar.gz gitea-1feecd6beb19ac993afdc36f31207193ca42c553.zip |
Add helper text for log path.
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index e2799eb53c..b3d4d7339d 100644 --- a/templates/install.tmpl +++ b/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> |