Skip to content

Commit

Permalink
UI error message fix: handle HTML elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Yangarber authored and Roman Yangarber committed Apr 20, 2023
1 parent 25ea8d9 commit 0694f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Tests/AdaptiveTest/AdaptiveTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const AdaptiveTest = ({ showingInfo }) => {
{answerFailure && (
<div className="justify-center mt-lg">
<Button onClick={handleTestResumeClick}>
<FormattedMessage id="network-error-click-to-resume" />
<FormattedHTMLMessage id="network-error-click-to-resume" />
</Button>
</div>
)}
Expand Down

0 comments on commit 0694f41

Please sign in to comment.