Skip to content

Commit

Permalink
fix localiz key (was using defunct key)
Browse files Browse the repository at this point in the history
  • Loading branch information
saparagus committed Oct 21, 2024
1 parent 360807e commit 0609fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Tests/ReadingTest/ReadingTestStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ReadingTestStats = ({ restartTest }) => {
<div className="test-container" style={{ width: '90%' }}>
<h2><FormattedMessage id="test-completed" /></h2>
<div className="test-stats">
<p><FormattedMessage id="total-questions" />: {totalQuestions}</p>
<p><FormattedMessage id="ddlang-total-questions" />: {totalQuestions}</p>
<p><FormattedMessage id="first-attempt-correct-rate" />: {firstAttemptCorrectRate?.toFixed(2)}%</p>
<p><FormattedMessage id="overall-correct-rate" />: {overallCorrectRate?.toFixed(2)}%</p>
</div>
Expand Down

0 comments on commit 0609fdc

Please sign in to comment.