diff --git a/webclient/src/Charts.js b/webclient/src/Charts.js index 6b39705..7f3c76b 100644 --- a/webclient/src/Charts.js +++ b/webclient/src/Charts.js @@ -87,9 +87,9 @@ export function Charts(props) { }

-

The Member Count is the amount of Prepaid, Current, Due, and Overdue members on Spaceport.

+

Member Count: number of Prepaid, Current, Due, and Overdue members on Spaceport.

-

The Green Count is the amount of Prepaid and Current members.

+

Green Count: number of Prepaid and Current members.

Space Activity
@@ -118,7 +118,7 @@ export function Charts(props) { }

-

Cards Scans is the number of individual members who have scanned to enter the space.

+

Cards Scans: number of individual members who have scanned to enter the space.

Signup Count
@@ -146,14 +146,14 @@ export function Charts(props) { type='monotone' dataKey='vetted_count' fill='#80b3d3' - name='Vetted Count' + name='Later Vetted Count' maxBarSize={20} animationDuration={1200} /> -

The Signup Count is the number of brand new account registrations that month.

+

Signup Count: number of brand new account registrations that month.

-

The Vetted Count is the number of those signups who eventually got vetted (at a later date).

+

Later Vetted Count: number of those signups who eventually got vetted (at a later date).

-

The Retain Count is the number of those signups who are still a member currently.

+

Retained Count: number of those signups who are still a member currently.

);