minor copyedit on dashboard chart title

This commit is contained in:
Jeff Atwood 2018-05-18 16:04:33 -07:00
parent 8b96d9a52d
commit 4329b484e8
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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": [{