Skip to content

Commit 14d2c72

Browse files
fix(content): update text for clarity
Co-authored-by: Kyle McCormick <[email protected]>
1 parent d669d7e commit 14d2c72

File tree

1 file changed

+1
-1
lines changed
  • src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget

1 file changed

+1
-1
lines changed

src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const messages = defineMessages({
8484
},
8585
answerNumericErrorText: {
8686
id: 'authoring.answerwidget.answer.answerNumericErrorText',
87-
defaultMessage: 'Error: This problem type only supports numeric answers. Did you mean to make a (Text/Math Expression) Input problem?',
87+
defaultMessage: 'Error: This input type only supports numeric answers. Did you mean to make a Text input or Math expression input problem?',
8888
description: 'Error message when user provides wrong format',
8989
},
9090
});

0 commit comments

Comments
 (0)