From 348cbaa4d06c0cad5988292258f5b0f94000ae44 Mon Sep 17 00:00:00 2001 From: John Martin Date: Wed, 26 Jun 2013 13:20:05 +0100 Subject: [PATCH] [#626] Small textual tweak --- ckan/templates/user/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/templates/user/dashboard.html b/ckan/templates/user/dashboard.html index d6dec5ca934..f27dd66193e 100644 --- a/ckan/templates/user/dashboard.html +++ b/ckan/templates/user/dashboard.html @@ -34,7 +34,7 @@

{% block page_heading %} {{ _('News feed') }} {% endblock %} - {{ _('Activity from items that you follow') }} + {{ _("Activity from items that I'm following") }}

{% block activity_stream %} {{ c.dashboard_activity_stream }}