Wizard: Fix dates in Release Lifecycle text on the Review step

This updates the dates shown in the description text for the Release lifecycle on the Review step.
This commit is contained in:
regexowl 2024-02-09 14:52:53 +01:00 committed by Lucas Garfield
parent 07cfaf2ccf
commit 948f8ae3ab

View file

@ -166,8 +166,8 @@ const ReleaseLifecycle = () => {
<>
<Text className="pf-v5-u-font-size-sm">
{RELEASES.get(release)} will be supported through{' '}
{toMonthAndYear(RHEL_8_FULL_SUPPORT[0])}, with optional ELS support
through {toMonthAndYear(RHEL_8_MAINTENANCE_SUPPORT[0])}. Consider
{toMonthAndYear(RHEL_8_FULL_SUPPORT[1])}, with optional ELS support
through {toMonthAndYear(RHEL_8_MAINTENANCE_SUPPORT[1])}. Consider
building an image with {RELEASES.get(RHEL_9)} to extend the support
period.
</Text>