Browse Source

fix miss spelling (#10721)

tags/v1.13.0-dev
Success Go 4 years ago
parent
commit
da1633a5d4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/install.tmpl

+ 1
- 1
templates/install.tmpl View File

@@ -11,7 +11,7 @@
<p>{{.i18n.Tr "install.docker_helper" "https://docs.gitea.io/en-us/install-with-docker/" | Safe}}</p>

<form class="ui form" action="{{AppSubUrl}}/install" method="post">
<!-- Dtabase Settings -->
<!-- Database Settings -->
<h4 class="ui dividing header">{{.i18n.Tr "install.db_title"}}</h4>
<p>{{.i18n.Tr "install.requite_db_desc"}}</p>
<div class="inline required field {{if .Err_DbType}}error{{end}}">

Loading…
Cancel
Save