diff --git a/src/Components/CreateImageWizard/steps/registration.js b/src/Components/CreateImageWizard/steps/registration.js index b5217da4..7de27bd5 100644 --- a/src/Components/CreateImageWizard/steps/registration.js +++ b/src/Components/CreateImageWizard/steps/registration.js @@ -17,6 +17,11 @@ export default (user) => ({ name: 'registration', nextStep: 'packages', fields: [ + { + component: componentTypes.PLAIN_TEXT, + name: 'register-explanation', + label: 'Register your system with subscription manager (RHSM) and insights when the image first boots.' + }, { component: componentTypes.RADIO, label: 'Register the system',