Skip to content

Commit 41e0209

Browse files
committed
Add Send to the pricing plans info
1 parent 11dc5ce commit 41e0209

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/components/account/plan-picker.tsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -405,14 +405,15 @@ export class PlanPicker extends React.Component<PlanPickerProps> {
405405
</TierPriceBlock>
406406
<TierFeatures>
407407
<Feature>
408-
<strong>Automated HTTP mocking & rewriting</strong>, including traffic redirection, mock responses, and errors & timeouts.
408+
<strong>Automated HTTP mocking & rewriting rules</strong>, including traffic redirection,
409+
mock responses, and errors & timeouts.
409410
</Feature>
410411
<Feature>
411-
<strong>Reusable mock rules</strong>. Persistent by default, plus
412-
import/export so you can store, reuse & share them later.
412+
<strong>Reusable Mock & Send tools</strong>. Persistent by default, plus
413+
import/export so you can store, reuse & share your rules & requests.
413414
</Feature>
414415
<Feature>
415-
<strong>Import/export for collected traffic</strong>, as either <a
416+
<strong>Import/export for all traffic</strong> as <a
416417
href="https://en.wikipedia.org/wiki/HAR_(file_format)"
417418
target="_blank"
418419
rel="noopener noreferrer"
@@ -421,7 +422,8 @@ export class PlanPicker extends React.Component<PlanPickerProps> {
421422
</a> or ready-to-use code for 20+ tools.
422423
</Feature>
423424
<Feature>
424-
<strong>Advanced HTTP debugging & inspection tools</strong>, including compression & caching performance analysis.
425+
<strong>Advanced HTTP debugging tools</strong> including compression
426+
& caching analysis, and 'resend' functionality.
425427
</Feature>
426428
<Feature>
427429
<strong>Validation &amp; API documentation for 2600+ built-in APIs</strong>,
@@ -436,7 +438,7 @@ export class PlanPicker extends React.Component<PlanPickerProps> {
436438
whitelisted & client certificates, ports, and upstream proxies.
437439
</Feature>
438440
<Feature>
439-
<strong>Support ongoing development!</strong>
441+
<strong>Support open-source development!</strong>
440442
</Feature>
441443
</TierFeatures>
442444
<PricingCTA>

0 commit comments

Comments
 (0)