Skip to content

Commit

Permalink
wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
piggydoughnut committed Jan 20, 2025
1 parent 0603e22 commit 81d9052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/page-coretime/src/Sale/SaleDetailsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ const phases = {
name: 'Interlude/Renewals phase'
},
[PhaseName.PriceDiscovery]: {
description: 'The period during which cores are available for both purchase and renewal. The price is linearly declining price.',
description: 'The period during which cores are available for both purchase and renewal. The price decreases linearly over time.',
name: 'Price Discovery phase'
},
}, q
[PhaseName.FixedPrice]: {

Check failure on line 75 in packages/page-coretime/src/Sale/SaleDetailsView.tsx

View workflow job for this annotation

GitHub Actions / pr (build:code)

',' expected.
description: 'The period during which cores are available for both purchase and renewal. The price is fixed price towards the end of the sales period.',
description: 'The period during which cores are available for both purchase and renewal. The price remains fixed towards the end of the sales period.',
name: 'Fixed price phase'
}
};
Expand Down

0 comments on commit 81d9052

Please sign in to comment.