summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 20:26:49 -0500
committerUnknwon <u@gogs.io>2016-02-14 20:26:49 -0500
commitaa5e837c65aa8d9c162e829a46718d7f7129ef6a (patch)
treec3202969f78988cc6beb316343463227e7415e44 /templates/user/dashboard
parent4f6c3e8bb2e55fcc6057b30b5fe9b2d740e0e20e (diff)
downloadgitea-aa5e837c65aa8d9c162e829a46718d7f7129ef6a.tar.gz
gitea-aa5e837c65aa8d9c162e829a46718d7f7129ef6a.zip
fix #2454
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/navbar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl
index c31f0b5542..094bca5247 100644
--- a/templates/user/dashboard/navbar.tmpl
+++ b/templates/user/dashboard/navbar.tmpl
@@ -31,7 +31,7 @@
<div class="ui right">
<div class="ui secondary head menu">
<a class="{{if .PageIsNews}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/dashboard">
- <i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "news_feed"}}
+ <i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "activities"}}
</a>
<a class="{{if .PageIsIssues}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/issues">
<i class="octicon octicon-issue-opened"></i>&nbsp;{{.i18n.Tr "issues"}}