Commit d562c2ac authored by Mark Harding's avatar Mark Harding

(chore): analytics changes to labels - closes front#2241

parent d592fd9d
No related merge requests found
Pipeline #96223385 waiting for manual action with stages
in 7 minutes and 5 seconds
......@@ -14,7 +14,7 @@ class ReferralsEarningsMetric extends AbstractEarningsMetric
protected $id = 'earnings_referrals';
/** @var string */
protected $label = 'Referrals USD';
protected $label = 'Referrals';
/** @var string */
protected $description = "Total earnings for your active referrals. You earn $0.10 for every active referral. A referral must log in at least 3 of 7 days after registration to be credited.";
......
......@@ -14,7 +14,7 @@ class SalesEarningsMetric extends AbstractEarningsMetric
protected $id = 'earnings_sales';
/** @var string */
protected $label = 'Sales USD';
protected $label = 'Sales';
/** @var string */
protected $description = "Total earnings for the sales you have referred. You earn a 25% commission when your referrals purchase Plus, Pro or Minds Tokens.";
......
......@@ -14,7 +14,7 @@ class ViewsEarningsMetric extends AbstractEarningsMetric
protected $id = 'earnings_views';
/** @var string */
protected $label = 'Pageviews USD';
protected $label = 'Pageviews';
/** @var string */
protected $description = "Total earnings for the pageviews on your channel's assets. You earn $1 for every 1,000 pageviews.";
......
......@@ -14,7 +14,7 @@ class SubscribersMetric extends AbstractEngagementMetric
protected $id = 'subscribers';
/** @var string */
protected $label = 'Subscribes';
protected $label = 'Subscribers';
/** @var string */
protected $description = "Number of subscribers your channel has gained";
......
Please register or to comment