Skip to content

Commit

Permalink
remove the notion of seats
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 27, 2022
1 parent b43faab commit 7515665
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/blog/premium-plan-release.md
Expand Up @@ -90,7 +90,7 @@ Here is a list of everything that has changed:

- **Removing volume and renewal discounts**

We aim to give a more transparent price based on the number of developer seats while providing more predictable revenue for MUI X in the long term.
We aim to give a more transparent price based on the number of developer licenses while providing more predictable revenue for MUI X in the long term.
We believe that’s best for both our long-standing customers and us as a company.

- **Perpetual in production**
Expand Down
7 changes: 3 additions & 4 deletions docs/src/components/pricing/FAQ.tsx
Expand Up @@ -26,12 +26,11 @@ const faqData = [
),
},
{
summary: 'How many developer seats do I need?',
summary: 'How many developer licenses do I need?',
detail: (
<React.Fragment>
The number of seats purchased on your license must correspond to the number of concurrent
developers contributing changes to the front-end code of the projects that uses MUI X Pro or
Premium.
The number of licenses purchased must correspond to the number of concurrent developers
contributing changes to the front-end code of the projects that uses MUI X Pro or Premium.
<br />
<br />
<b>Example 1.</b> Company 'A' is developing an application named 'AppA'. The app needs to
Expand Down
5 changes: 3 additions & 2 deletions docs/src/components/pricing/WhatToExpect.tsx
Expand Up @@ -59,8 +59,9 @@ export default function WhatToExpect() {
<Typography variant="body2" color="text.secondary">
The licenses are sold on a per-developer basis, using the software directly or
indirectly. The Pro plan includes a cap at 10 developers, extra developers do not need
to pay for their seats. You can contact <Link href="mailto:sales@mui.com">sales</Link>{' '}
for a volume discount when licensing over 50 developers under the Premium plan.
to pay for their license. You can contact{' '}
<Link href="mailto:sales@mui.com">sales</Link> for a volume discount when licensing
over 50 developers under the Premium plan.
</Typography>
</Paper>
</Grid>
Expand Down

0 comments on commit 7515665

Please sign in to comment.