diff --git a/src/components/Packaging/tiers.ts b/src/components/Packaging/tiers.ts index 424febdd..9b5d2df9 100644 --- a/src/components/Packaging/tiers.ts +++ b/src/components/Packaging/tiers.ts @@ -294,8 +294,8 @@ const FEATURES: Feature[] = [ { name: 'Members', tiers: ['*'], hasLimits: true, group: 'Space elements' }, { name: 'Projects', tiers: ['*'], hasLimits: true, group: 'Space elements' }, - { name: 'Bandwidth', tiers: ['*'], hasLimits: true, group: 'Projects' }, - { name: 'Throughput per Channel', tiers: ['*'], hasLimits: true, group: 'Projects' }, + { name: 'Max bandwidth', tiers: ['*'], hasLimits: true, group: 'Projects' }, + { name: 'Max throughput per channel', tiers: ['*'], hasLimits: true, group: 'Projects' }, { name: 'Secure Channels', tiers: ['*'], hasLimits: true, group: 'Channels' }, { @@ -378,7 +378,7 @@ const LIMITS: { [id: string]: { [id: string]: string } } = { }, 'Data transfer cap': { - Premium: '1GB/day', + Premium: '1 GB/day', Bronze: 'Unlimited', Silver: 'Unlimited', Gold: 'Unlimited', @@ -395,23 +395,23 @@ const LIMITS: { [id: string]: { [id: string]: string } } = { Enterprise: '$0.00 - $0.10/GB', 'Business Critical': '$0.00 - $0.10/GB', }, - Bandwidth: { - Premium: 'up to 1Gbps', - Bronze: 'up to 1Gbps', - Silver: 'up to 1Gbps', - Gold: '15Gbps', - Platinum: '75Gbps', + 'Max bandwidth': { + Premium: '1 Gbps', + Bronze: '1 Gbps', + Silver: '1 Gbps', + Gold: '15 Gbps', + Platinum: '75 Gbps', Enterprise: 'Network Bound', 'Business Critical': 'Network Bound', }, - 'Throughput per Channel': { - Premium: 'up to 1Gbps', - Bronze: 'up to 1Gbps', - Silver: 'up to 1Gbps', - Gold: '5Gbps', - Platinum: '5Gbps', + 'Max throughput per channel': { + Premium: '1 Gbps', + Bronze: '1 Gbps', + Silver: '1 Gbps', + Gold: '5 Gbps', + Platinum: '5 Gbps', Enterprise: 'Network Bound', - 'Business Critical': 'Network Bound', + 'Business Critical': '35 Gbps', }, Support: { Premium: 'Basic',