Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Apr 20, 2023
2 parents 2c824f3 + 0694f41 commit eb73cb4
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 eb73cb4

Please sign in to comment.