aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.js b/src/config.js
index e762f879f..761d26eea 100644
--- a/src/config.js
+++ b/src/config.js
@@ -125,10 +125,10 @@ export const ALLOWED_PROTOCOLS = [
125]; 125];
126 126
127export const PLANS = { 127export const PLANS = {
128 PERSONAL: 'PERSONAL', 128 PERSONAL: 'personal',
129 PRO: 'PRO', 129 PRO: 'pro',
130 LEGACY: 'LEGACY', 130 LEGACY: 'legacy',
131 FREE: 'FREE', 131 FREE: 'free',
132}; 132};
133 133
134export const PLANS_MAPPING = { 134export const PLANS_MAPPING = {