diff --git a/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/messages.js b/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/messages.js index f141385fb..09f3599ab 100644 --- a/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/messages.js +++ b/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/messages.js @@ -179,15 +179,10 @@ export const messages = { defaultMessage: 'Switch to advanced editor', description: 'button to switch to the advanced mode of the editor.', }, - ConfirmSwitchMessageOne: { - id: 'authoring.problemeditor.settings.switchtoadvancededitor.message.one', - defaultMessage: 'If you use the advanced editor, \r this problem will be converted to OLX and you will not be able to return to the simple editor.', - description: 'message to confirm that a user wants to use the advanced editor part 1', - }, - ConfirmSwitchMessageTwo: { - id: 'authoring.problemeditor.settings.switchtoadvancededitor.message.two', - defaultMessage: 'Any changes made after the last Save action will be lost when converting to OLX.', - description: 'message to confirm that a user wants to use the advanced editor part 2', + ConfirmSwitchMessage: { + id: 'authoring.problemeditor.settings.switchtoadvancededitor.message', + defaultMessage: 'If you use the advanced editor, this problem will be converted to OLX and you will not be able to return to the simple editor.', + description: 'message to confirm that a user wants to use the advanced editor', }, ConfirmSwitchMessageTitle: { id: 'authoring.problemeditor.settings.switchtoadvancededitor.message', diff --git a/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx b/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx index 32c291182..3b00cdab7 100644 --- a/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx +++ b/src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx @@ -34,8 +34,7 @@ export const SwitchToAdvancedEditorCard = ({ )} size="md" > -
-
-