mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: better legend labels for stacked-charts (#6914)
This commit is contained in:
@@ -969,9 +969,17 @@ en:
|
||||
description: "Number of users who made their first post during this period."
|
||||
consolidated_page_views:
|
||||
title: "Consolidated Pageviews"
|
||||
xaxis: "Pagesviews"
|
||||
xaxis:
|
||||
page_view_crawler: "Crawlers"
|
||||
page_view_anon: "Anonymous users"
|
||||
page_view_logged_in: "Logged in users"
|
||||
yaxis: "Day"
|
||||
description: "Pageviews for logged in users, anonymous users and crawlers."
|
||||
labels:
|
||||
post: Post
|
||||
editor: Editor
|
||||
author: Author
|
||||
edit_reason: Reason
|
||||
dau_by_mau:
|
||||
title: "DAU/MAU"
|
||||
xaxis: "Day"
|
||||
|
||||
Reference in New Issue
Block a user