diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-11 01:32:36 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-11 01:32:36 -0400 |
commit | fdc4151ff3f97df69788c69f8136b1c1be49b29f (patch) | |
tree | c5b0af07d7ed9e24cb82c11555e5fe6ec79d82bf /templates/user | |
parent | e9b71c88d7782ae894139db584f95582600e7e29 (diff) | |
download | gitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.tar.gz gitea-fdc4151ff3f97df69788c69f8136b1c1be49b29f.zip |
Finish create repo
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index 3045b033cf..18433c7bac 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -8,7 +8,7 @@ <li><a href="/pulls/">Pull Requests</a></li> <li><a href="/stars/">Stars</a></li> </ul> - <h3>New Feed</h3> + <h3>News Feed</h3> </div> </div> <div id="gogs-body" class="container"> |