File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/editors/containers/ProblemEditor/components/SelectTypeModal/content Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const Preview = ({
21
21
return (
22
22
< Container style = { { width : '494px' , height : '400px' } } className = "bg-light-300 rounded p-4" >
23
23
< div className = "small" >
24
- < FormattedMessage { ...messages [ `problemType.${ problemType } .title` ] } /> problem
24
+ < FormattedMessage { ...messages [ `problemType.${ problemType } .title` ] } /> { intl . formatMessage ( messages . problemTextInPreviewTitle ) }
25
25
</ div >
26
26
< Image
27
27
fluid
Original file line number Diff line number Diff line change @@ -139,6 +139,11 @@ const messages = defineMessages({
139
139
}` ,
140
140
description : 'Message for support status tooltip' ,
141
141
} ,
142
+ problemTextInPreviewTitle : {
143
+ id : 'authoring.problemEditor.preview.problemTextInPreviewTitle' ,
144
+ defaultMessage : 'problem' ,
145
+ description : 'Problem text in title for the problem preview column' ,
146
+ } ,
142
147
previewTitle : {
143
148
id : 'authoring.problemEditor.preview.title' ,
144
149
defaultMessage : '{previewTitle} problem' ,
You can’t perform that action at this time.
0 commit comments