aboutsummaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-12 09:24:09 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-12 09:24:09 -0500
commit1feecd6beb19ac993afdc36f31207193ca42c553 (patch)
treea5bac57ca97f03a84482a409e03fab6d7c8f40e2 /templates/install.tmpl
parenta3e8c32a30ef90f5aa0526e8440aa343378dbf26 (diff)
downloadgitea-1feecd6beb19ac993afdc36f31207193ca42c553.tar.gz
gitea-1feecd6beb19ac993afdc36f31207193ca42c553.zip
Add helper text for log path.
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r--templates/install.tmpl1
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>