Skip to content

Commit

Permalink
[license] Fix grammar on expired license error message (mui#12460)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas authored and thomasmoon committed Sep 6, 2024
1 parent 5a3c659 commit 7064a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-license/src/utils/licenseErrorMessageUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function showExpiredAnnualGraceLicenseKeyError({
showError([
'MUI X: Expired license key.',
'',
`Your annual license key to use MUI X ${plan}'s on non-production environments is expired. If you are seeing this development console message, you might be close to breach the license terms by making direct or indirect changes to the frontend of an app that render a MUI X ${plan} component (more details in https://mui.com/r/x-license-annual).`,
`Your annual license key to use MUI X ${plan} in non-production environments has expired. If you are seeing this development console message, you might be close to breach the license terms by making direct or indirect changes to the frontend of an app that render a MUI X ${plan} component (more details in https://mui.com/r/x-license-annual).`,
'',
'To solve the problem you can either:',
'',
Expand Down Expand Up @@ -99,7 +99,7 @@ export function showExpiredAnnualLicenseKeyError({
[
'MUI X: Expired license key.',
'',
`Your annual license key to use MUI X ${plan}'s on non-production environments is expired. If you are seeing this development console message, you might be close to breach the license terms by making direct or indirect changes to the frontend of an app that render a MUI X ${plan} component (more details in https://mui.com/r/x-license-annual).`,
`Your annual license key to use MUI X ${plan} in non-production environments has expired. If you are seeing this development console message, you might be close to breach the license terms by making direct or indirect changes to the frontend of an app that render a MUI X ${plan} component (more details in https://mui.com/r/x-license-annual).`,
'',
'To solve the problem you can either:',
'',
Expand Down

0 comments on commit 7064a44

Please sign in to comment.