From 878c3bb3c0db3f315600801c72f6fe30924436cd Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 26 Jun 2020 21:20:10 +0000 Subject: [PATCH] fix: updated copy to reflect data (#3007) --- .../client/admin/routes/Dashboard/sections/CommentActivity.tsx | 2 +- src/locales/en-US/admin.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/client/admin/routes/Dashboard/sections/CommentActivity.tsx b/src/core/client/admin/routes/Dashboard/sections/CommentActivity.tsx index 1ad8e05a4..6c3965d45 100644 --- a/src/core/client/admin/routes/Dashboard/sections/CommentActivity.tsx +++ b/src/core/client/admin/routes/Dashboard/sections/CommentActivity.tsx @@ -117,7 +117,7 @@ const CommentActivity: FunctionComponent = ({ -

All-time average

+

Average last 3 days

diff --git a/src/locales/en-US/admin.ftl b/src/locales/en-US/admin.ftl index 8b24b4c86..f185c0a79 100644 --- a/src/locales/en-US/admin.ftl +++ b/src/locales/en-US/admin.ftl @@ -1281,4 +1281,4 @@ dashboard-commenters-activity-heading = New community members this week dashboard-comment-activity-heading = Hourly comment activity dashboard-comment-activity-tooltip-comments = Comments -dashboard-comment-activity-legend = All-time average +dashboard-comment-activity-legend = Average last 3 days