Skip to content

Commit 12b6a03

Browse files
authored
Update wording of editor seats (#7072)
1 parent 508dcb0 commit 12b6a03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/homepage/src/pages/pricing/_intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const TeamFree = () => {
315315
<BoxPlanPrice plan="Free" price="$0" caption="forever" />
316316

317317
<BoxPlanList>
318-
<li>5 editors</li>
318+
<li>Up to 5 editors</li>
319319
<li>20 public sandboxes</li>
320320
<li>3 public repositories</li>
321321
<li>All platform features</li>
@@ -355,7 +355,7 @@ const TeamPro = ({ plan, ...props }) => {
355355
/>
356356

357357
<BoxPlanList>
358-
<li>20 editors</li>
358+
<li>Up to 20 editors</li>
359359
<li>Unlimited sandboxes</li>
360360
<li>Unlimited repositories</li>
361361
<li>Private NPM packages</li>

packages/homepage/src/pages/pricing/_plans.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const team_plans = [
1111
body: [
1212
{
1313
title: 'Editors',
14-
caption: 'Maximum number of editors in a team.',
15-
team_free: '5',
16-
team_pro: '20',
14+
caption: 'Number of editors in a team.',
15+
team_free: 'Up to 5',
16+
team_pro: 'Up to 20',
1717
org_custom: '20+ (no limit)',
1818
},
1919
{

0 commit comments

Comments
 (0)