diff options
author | Justin Ray Vrooman <vroomanj@gmail.com> | 2016-08-12 20:06:07 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-08-12 17:06:07 -0700 |
commit | f1a5a4277d06702ddcb9673b23fc82a930676e54 (patch) | |
tree | 0a260907c6f47fa044c190bef892d383558d11bc /templates/admin | |
parent | f59d2dd0343880fff7cdbbee7305eae27829c8de (diff) | |
download | gitea-f1a5a4277d06702ddcb9673b23fc82a930676e54.tar.gz gitea-f1a5a4277d06702ddcb9673b23fc82a930676e54.zip |
fix grammar + typo. (#3453)
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/auth/new.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 55b6b14c10..1edec0cb34 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -168,8 +168,8 @@ {{.i18n.Tr "admin.auths.tips"}} </h4> <div class="ui attached segment"> - <h5>GMail Setting:</h5> - <p>Host: smtp.gmail.com, Post: 587, Enable TLS Encryption: true</p> + <h5>GMail Settings:</h5> + <p>Host: smtp.gmail.com, Port: 587, Enable TLS Encryption: true</p> </div> </div> </div> |