web/satellite: Add clarification to pro account description
Clarify that bandwidth cost/limits relate specifically to egress bandwidth (ingress bandwidth is free and does not affect bw limit). Change-Id: I95a8a07ac3607ff41417d894067800f81246b7a2
This commit is contained in:
parent
8c5924d6ea
commit
8893576dd2
@ -45,7 +45,7 @@ const plans = ref<PricingPlanInfo[]>([
|
||||
PricingPlanType.PRO,
|
||||
'Pro Account',
|
||||
'25 GB Free',
|
||||
'Only pay for what you need. $4/TB stored per month* $7/TB for bandwidth.',
|
||||
'Only pay for what you need. $4/TB stored per month* $7/TB for egress bandwidth.',
|
||||
'*Additional per-segment fee of $0.0000088 applies.',
|
||||
null,
|
||||
null,
|
||||
@ -57,7 +57,7 @@ const plans = ref<PricingPlanInfo[]>([
|
||||
PricingPlanType.FREE,
|
||||
'Free Account',
|
||||
'Limited',
|
||||
'Free usage up to 25GB storage and 25GB bandwidth per month.',
|
||||
'Free usage up to 25GB storage and 25GB egress bandwidth per month.',
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
|
Loading…
Reference in New Issue
Block a user