File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export const useToolsMenuItems = courseId => {
118
118
title : (
119
119
< >
120
120
{ intl . formatMessage ( messages [ 'header.links.optimizer' ] ) }
121
- < Badge variant = "primary" className = "ml-2" > { intl . formatMessage ( courseOptimizerMessages . beta ) } </ Badge >
121
+ < Badge variant = "primary" className = "ml-2" > { intl . formatMessage ( courseOptimizerMessages . new ) } </ Badge >
122
122
</ >
123
123
) ,
124
124
} ] : [ ] ) ,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ const CourseOptimizerPage: FC<{ courseId: string }> = ({ courseId }) => {
150
150
(
151
151
< span style = { { display : 'inline-flex' , alignItems : 'center' } } >
152
152
{ intl . formatMessage ( messages . headingTitle ) }
153
- < Badge variant = "primary" className = "ml-2" style = { { fontSize : 'large' } } > { intl . formatMessage ( messages . beta ) } </ Badge >
153
+ < Badge variant = "primary" className = "ml-2" style = { { fontSize : 'large' } } > { intl . formatMessage ( messages . new ) } </ Badge >
154
154
</ span >
155
155
)
156
156
}
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ const messages = defineMessages({
9
9
id : 'course-authoring.course-optimizer.heading.title' ,
10
10
defaultMessage : 'Course optimizer' ,
11
11
} ,
12
- beta : {
13
- id : 'course-authoring.course-optimizer.beta ' ,
14
- defaultMessage : 'Beta ' ,
12
+ new : {
13
+ id : 'course-authoring.course-optimizer.new ' ,
14
+ defaultMessage : 'New ' ,
15
15
} ,
16
16
headingSubtitle : {
17
17
id : 'course-authoring.course-optimizer.heading.subtitle' ,
You can’t perform that action at this time.
0 commit comments