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…
Reference in New Issue