fixed wrong number being displayed

This commit is contained in:
Jack 2020-10-24 19:56:17 +01:00
parent 2a40567b6f
commit 154c2f0587

View file

@ -3433,7 +3433,7 @@ function updateTestModesNotice() {
if (config.minWpm !== "off") {
$(".pageTest #testModesNotice").append(
`<div class="text-button" commands="commandsMinWpm"><i class="fas fa-bomb"></i>min ${config.paceCaretCustomSpeed} wpm</div>`
`<div class="text-button" commands="commandsMinWpm"><i class="fas fa-bomb"></i>min ${config.minWpmCustomSpeed} wpm</div>`
);
}