From 15e41af09c8cdc30735009cd8fa1408b48408db2 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 11 May 2016 20:34:43 +0200
Subject: [PATCH] [ui] Better naming for leaderboard column on activity page

---
 beat/web/ui/templates/ui/activity_stream.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/web/ui/templates/ui/activity_stream.html b/beat/web/ui/templates/ui/activity_stream.html
index ccae1ce4b..579d1d270 100644
--- a/beat/web/ui/templates/ui/activity_stream.html
+++ b/beat/web/ui/templates/ui/activity_stream.html
@@ -91,7 +91,7 @@
 
   {% if leaderboards and not request.GET.all %}
   <div class="col-sm-5">
-    <h3>Latest Leaderboard Changes</h3>
+    <h3>Latest Leaderboard Updates</h3>
     <p class="help">From subscribed leaderboards only. Click <a href="{% url "search:list" author.username %}">here</a> to see more</p>
     <hr/>
 
-- 
GitLab