mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Improve db path prompt when install
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user