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