diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-03-25 15:56:19 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-03-25 15:56:19 -0400 |
commit | bc5316b82ed20a4392cac6a57b86efcd467cef09 (patch) | |
tree | b73e0d86989db5deaef8ea83df5065578ee7d1bc | |
parent | 3d2258f0d3fbd280d77b2382439099d294436bc8 (diff) | |
parent | 60b83ce0c670e2b96c19ff694301684500392838 (diff) | |
download | gitea-bc5316b82ed20a4392cac6a57b86efcd467cef09.tar.gz gitea-bc5316b82ed20a4392cac6a57b86efcd467cef09.zip |
Merge pull request #36 from superlogical/patch-1
Fix up the spelling on the intro :)
-rw-r--r-- | templates/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 381b6f1e8e..8121a4e8c9 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} <div id="body" class="container"> - Welcome to the land of Gogs! There will be some indroduction! + Welcome to the land of Gogs! We will add an introduction soon! </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |