Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 18:37:17 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-23 18:11:39 +0300
commitcd450221eba88110ea065a72e29ae5020ff817e3 (patch)
tree5a86ef8ef630c1cf63074970fa3c301bad91c2a9 /app/views/dashboard/_activities.html.haml
parent059cc16430e6b45c6753f05224fc64aa85fd8900 (diff)
Rename "News Feed" buttons to "Activity Feed"
Diffstat (limited to 'app/views/dashboard/_activities.html.haml')
-rw-r--r--app/views/dashboard/_activities.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml
index ffc893b16d3..b4fe8fecf99 100644
--- a/app/views/dashboard/_activities.html.haml
+++ b/app/views/dashboard/_activities.html.haml
@@ -5,7 +5,7 @@
%li.pull-right
= link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do
%i.fa.fa-rss
- News Feed
+ Activity Feed
= render 'shared/event_filter'
%hr