Skip to content

Commit ebe27ee

Browse files
Fix formatting for certs included
1 parent 072672f commit ebe27ee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/content/plans/index.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,9 +2491,9 @@
24912491
},
24922492
"quantity": {
24932493
"title": "Certificates included",
2494-
"free": 0,
2495-
"pro": 0,
2496-
"pro_plus": 1,
2494+
"free": "0",
2495+
"pro": "0",
2496+
"pro_plus": "1",
24972497
"biz": "1 (Modern)\n1 (Legacy)",
24982498
"ent": "1 (Modern) (can purchase more)\n1 (Legacy) (can purchase more)"
24992499
}
@@ -2644,16 +2644,16 @@
26442644
"b_initial_quota": {
26452645
"title": "Hostnames included",
26462646
"summary": "Varies",
2647-
"free": 100,
2648-
"pro": 100,
2649-
"biz": 100,
2650-
"ent": 0
2647+
"free": "100",
2648+
"pro": "100",
2649+
"biz": "100",
2650+
"ent": "0"
26512651
},
26522652
"c_max_hostnames": {
26532653
"title": "Max hostnames",
2654-
"free": 5000,
2655-
"pro": 5000,
2656-
"biz": 5000,
2654+
"free": "5000",
2655+
"pro": "5000",
2656+
"biz": "5000",
26572657
"ent": "Unlimited, but contact sales if using over 5000."
26582658
},
26592659
"custom_analytics": {

0 commit comments

Comments
 (0)