From cd450221eba88110ea065a72e29ae5020ff817e3 Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Tue, 21 Apr 2015 17:37:17 +0200
Subject: [PATCH] Rename "News Feed" buttons to "Activity Feed"

---
 app/views/dashboard/_activities.html.haml | 2 +-
 app/views/groups/show.html.haml           | 2 +-
 app/views/projects/show.html.haml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml
index ffc893b16d..b4fe8fecf9 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
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index c4a7800c46..70a18f064b 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -23,7 +23,7 @@
             %li
               = link_to group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed", class: 'rss-btn' do
                 %i.fa.fa-rss
-                News Feed
+                Activity Feed
 
         = render 'shared/event_filter'
         %hr
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 3342a7e99b..f85705ffdd 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -49,7 +49,7 @@
             %li
               = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'rss-btn' do
                 %i.fa.fa-rss
-                News Feed
+                Activity Feed
 
         = render 'shared/event_filter'
         %hr
-- 
2.30.9