1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

Add helper text for log path.

This commit is contained in:
Josh Frye 2016-02-12 09:24:09 -05:00
parent a3e8c32a30
commit 1feecd6beb
3 changed files with 4 additions and 2 deletions

View file

@ -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>