diff options
author | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
---|---|---|
committer | twitchyliquid64 <twitchyliquid64@ciphersink.net> | 2014-04-20 16:54:26 +1000 |
commit | d304a237870d391db057b14b6df4224c172c205b (patch) | |
tree | ea43269c04777cd575d487d989809dba5c3ecd6a /templates/install.tmpl | |
parent | 5fdfc2e223a6b3ba381f2261e373120ac02b7ef5 (diff) | |
download | gitea-d304a237870d391db057b14b6df4224c172c205b.tar.gz gitea-d304a237870d391db057b14b6df4224c172c205b.zip |
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index c1fd76659c..2ed7e569d1 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -4,7 +4,7 @@ {{.CsrfTokenHtml}} <h3>Install Steps For First-time Run</h3> {{template "base/alert" .}} - <p class="help-block text-center">Gogs requires MySQL or PostgreSQL, SQLite3 only available for official binary version</p> + <p class="help-block text-center">Gogs requires MySQL, SQLite3. or PostgreSQL. SQLite3 is only available in the official binary version.</p> <div class="form-group"> <label class="col-md-3 control-label">Database Type: </label> <div class="col-md-8"> @@ -204,4 +204,4 @@ </form> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |