aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index 405cc5253..fba739ddd 100644
--- a/src/config.js
+++ b/src/config.js
@@ -91,8 +91,8 @@ export const ALLOWED_PROTOCOLS = [
91]; 91];
92 92
93export const PLANS = { 93export const PLANS = {
94 PERSONAL: 'PERSONAL_MONTHLY', 94 PERSONAL: 'PERSONAL',
95 PRO: 'PRO_MONTHLY', 95 PRO: 'PRO',
96 LEGACY: 'LEGACY', 96 LEGACY: 'LEGACY',
97 FREE: 'FREE', 97 FREE: 'FREE',
98}; 98};