V2Wizard: Update ReleaseLifecycle dates on the Review step

This updates the ReleaseLifecycle dates used on the Review step.
This commit is contained in:
regexowl 2024-03-01 14:26:50 +01:00 committed by Lucas Garfield
parent 8666907dc9
commit e97291759c

View file

@ -72,8 +72,8 @@ export const ImageOutputList = () => {
<>
<Text className="pf-v5-u-font-size-sm">
{RELEASES.get(distribution)} 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>