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/user/dashboard.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/user/dashboard.tmpl')
-rw-r--r-- | templates/user/dashboard.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index bc363ddaab..9781b8db1e 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -22,7 +22,7 @@ <span class="clearfix"></span> </li> {{else}} - <li>No any activity yet.</li> + <li>Oh. Looks like there isn't any activity here yet. Get Busy!</li> {{end}} </ul> </div> @@ -51,4 +51,4 @@ </div> </div> </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "base/footer" .}} |