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/home.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/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 5827f61810..b08d1c2451 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -3,7 +3,7 @@ <div id="body" class="container"> {{if not .Repos}} <h4>Hey there, welcome to the land of Gogs!</h4> - <p>If you just get your Gogs server running, go <a href="/install">install</a> guide page will help you setup things for your first-time run.</p> + <p>If you just got your Gogs server running, go to the <a href="/install">install</a> guide page, which will guide you through your initial setup.</p> <img src="http://gowalker.org/public/gogs_demo.gif"> {{else}} <h4>Hey there, welcome to the land of Gogs!</h4> |