We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71a035 commit c0168aaCopy full SHA for c0168aa
src/components/subscriptions/data/constants.js
@@ -59,8 +59,8 @@ export const SUBSCRIPTION_STATUS_BADGE_MAP = {
59
};
60
61
// Self-service plan types
62
-export const SELF_SERVICE_TRIAL = 'self-service-trial';
63
-export const SELF_SERVICE_PAID = 'self-service-paid';
+export const SELF_SERVICE_TRIAL = 'Self-service Trial';
+export const SELF_SERVICE_PAID = 'Self-service Paid';
64
65
export const FREE_TRIAL_BADGE = 'Free Trial';
66
0 commit comments