forked from forgejo/forgejo
Improve db path prompt when install
This commit is contained in:
parent
f15a2f9b25
commit
ee53204e02
7 changed files with 23 additions and 23 deletions
|
@ -1 +1 @@
|
|||
0.8.31.0205
|
||||
0.8.32.0207
|
|
@ -68,7 +68,7 @@
|
|||
<div class="inline required field {{if or .Err_DbPath .Err_DbSetting}}error{{end}}">
|
||||
<label for="db_path">{{.i18n.Tr "install.path"}}</label>
|
||||
<input id="db_path" name="db_path" value="{{.db_path}}">
|
||||
<span class="help">{{.i18n.Tr "install.sqlite_helper"}}</span>
|
||||
<span class="help">{{.i18n.Tr "install.sqlite_helper" | Safe}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue