From 530a9f60474a5b1818e91afb6ce1805bf1b3070c Mon Sep 17 00:00:00 2001 From: Macha-orange <69054565+Macha-orange@users.noreply.github.com> Date: Sat, 17 Jul 2021 12:47:37 +0200 Subject: [PATCH] Typo --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index 50b781b..2740a59 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -281,7 +281,7 @@ } else { clearDisplay(); clearEntropyFeedback(); - showValidationError("Auto compute disabled"); + showValidationError("Auto compute is disabled"); } }