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:
parent
a3e8c32a30
commit
1feecd6beb
3 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue