src: Rename RHEL 8.3 to just RHEL 8

We should pull these labels/descriptions from the service, but let's do
that separately.
This commit is contained in:
Sanne Raymaekers 2021-06-03 16:13:24 +02:00
parent 9b3e5ffbd8
commit d45ee17aca
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ class WizardStepImageOutput extends Component {
render() {
const releaseOptions = [
{ value: 'rhel-8', label: 'Red Hat Enterprise Linux (RHEL) 8.3' },
{ value: 'rhel-8', label: 'Red Hat Enterprise Linux (RHEL) 8' },
{ value: 'centos-8', label: 'CentOS Stream 8' },
];

View file

@ -18,7 +18,7 @@ class WizardStepReview extends Component {
render() {
const releaseLabels = {
'rhel-8': 'Red Hat Enterprise Linux (RHEL) 8.3',
'rhel-8': 'Red Hat Enterprise Linux (RHEL) 8',
'centos-8': 'CentOS Stream 8'
};