fix: updated copy to reflect data (#3007)

This commit is contained in:
Wyatt Johnson
2020-06-26 21:20:10 +00:00
committed by GitHub
parent 86c81c7b9f
commit 878c3bb3c0
2 changed files with 2 additions and 2 deletions
@@ -117,7 +117,7 @@ const CommentActivity: FunctionComponent<Props> = ({
</ResponsiveContainer>
<Flex alignItems="center" justifyContent="center">
<Localized id="dashboard-comment-activity-legend">
<p className={styles.legend}>All-time average</p>
<p className={styles.legend}>Average last 3 days</p>
</Localized>
</Flex>
</>
+1 -1
View File
@@ -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