Skip to content

Commit

Permalink
fix: fix duplicate message ID warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 3, 2024
1 parent add30fb commit 8e5b06c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`SolutionWidget render snapshot: renders correct default 1`] = `
<FormattedMessage
defaultMessage="Provide an explanation for the correct answer"
description="Description of the solution widget"
id="authoring.problemEditor.solutionwidget.solutionDescriptionText"
id="authoring.problemEditor.explanationwidget.solutionDescriptionText"
/>
</div>
<TinyMceWidget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const messages = defineMessages({
description: 'Explanation Title',
},
solutionDescriptionText: {
id: 'authoring.problemEditor.solutionwidget.solutionDescriptionText',
id: 'authoring.problemEditor.explanationwidget.solutionDescriptionText',
defaultMessage: 'Provide an explanation for the correct answer',
description: 'Description of the solution widget',
},
placeholder: {
id: 'authoring.problemEditor.questionwidget.placeholder',
id: 'authoring.problemEditor.explanationwidget.placeholder',
defaultMessage: 'Enter your explanation',
description: 'Placeholder text for tinyMCE editor',
},
Expand Down

0 comments on commit 8e5b06c

Please sign in to comment.