webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js in katello-4.3.0.rc1 vs webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js in katello-4.3.0.rc2
- old
+ new
@@ -31,11 +31,11 @@
const environmentPathLoading = environmentPathStatus === STATUS.PENDING;
const steps = [
{
id: 1,
- name: 'Publish',
+ name: __('Publish'),
component: <CVPublishForm
description={description}
setDescription={setDescription}
details={details}
show={show}
@@ -45,14 +45,14 @@
setPromote={setPromote}
forcePromote={forcePromote}
/>,
},
{
- id: 2, name: 'Review', component: <CVPublishReview details={details} userCheckedItems={userCheckedItems} show={show} />, nextButtonText: 'Finish',
+ id: 2, name: __('Review details'), component: <CVPublishReview details={details} userCheckedItems={userCheckedItems} show={show} />, nextButtonText: 'Finish',
},
{
id: 3,
- name: 'Finish',
+ name: __('Finish'),
component: <CVPublishFinish
description={description}
setDescription={setDescription}
userCheckedItems={userCheckedItems}
setUserCheckedItems={setUserCheckedItems}