Commit d562c2ac authored by Mark Harding's avatar Mark Harding
Browse files

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

parent d592fd9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.";
+1 −1
Original line number Diff line number Diff line
@@ -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.";
+1 −1
Original line number Diff line number Diff line
@@ -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.";
+1 −1
Original line number Diff line number Diff line
@@ -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";