mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
minor copyedit on dashboard chart title
This commit is contained in:
parent
8b96d9a52d
commit
4329b484e8
@ -843,10 +843,10 @@ en:
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of visits"
|
||||
signups:
|
||||
title: "New Users"
|
||||
title: "Signups"
|
||||
xaxis: "Day"
|
||||
yaxis: "Number of new users"
|
||||
description: "New registrations for this period"
|
||||
yaxis: "Number of signups"
|
||||
description: "New account registrations for this period"
|
||||
new_contributors:
|
||||
title: "New Contributors"
|
||||
xaxis: "Day"
|
||||
|
@ -2,7 +2,7 @@ export default {
|
||||
"/admin/reports/signups": {
|
||||
"report": {
|
||||
"type": "signups",
|
||||
"title": "New Users",
|
||||
"title": "Signups",
|
||||
"xaxis": "Day",
|
||||
"yaxis": "Number of new users",
|
||||
"data": [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user