Skip to content

Commit

Permalink
Fix wording for future non-LTS release in release state summary
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 25, 2024
1 parent 6ab86dd commit 4f2c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReleaseStateSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
, which
{' '}
{releaseData.isLTS && <strong>will be an LTS release</strong>}
{!releaseData.isLTS && <strong>will not an LTS release</strong>}
{!releaseData.isLTS && <strong>will not be an LTS release</strong>}
, is scheduled for release on
{' '}
<strong>
Expand Down

0 comments on commit 4f2c361

Please sign in to comment.