Skip to content

Commit c0168aa

Browse files
kiram15pwnage101
andauthored
fix: PR request
Co-authored-by: Troy Sankey <sankeytms@gmail.com>
1 parent b71a035 commit c0168aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/subscriptions/data/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export const SUBSCRIPTION_STATUS_BADGE_MAP = {
5959
};
6060

6161
// Self-service plan types
62-
export const SELF_SERVICE_TRIAL = 'self-service-trial';
63-
export const SELF_SERVICE_PAID = 'self-service-paid';
62+
export const SELF_SERVICE_TRIAL = 'Self-service Trial';
63+
export const SELF_SERVICE_PAID = 'Self-service Paid';
6464

6565
export const FREE_TRIAL_BADGE = 'Free Trial';
6666

0 commit comments

Comments
 (0)