From e97291759cea0770111b85c2049293b146fecbd7 Mon Sep 17 00:00:00 2001 From: regexowl Date: Fri, 1 Mar 2024 14:26:50 +0100 Subject: [PATCH] V2Wizard: Update ReleaseLifecycle dates on the Review step This updates the ReleaseLifecycle dates used on the Review step. --- .../CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx index b7b1ffe1..554aae13 100644 --- a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx @@ -72,8 +72,8 @@ export const ImageOutputList = () => { <> {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.