From 1a6cb18b32ab44525afe7155bf388c007289fc6b Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 27 Sep 2025 22:44:16 +0200 Subject: [PATCH] typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 45fde48..10a8ab7 100644 --- a/index.html +++ b/index.html @@ -1017,7 +1017,7 @@ if (e.target.classList.contains('result-label')) { const formula = e.target.getAttribute('data-formula'); if (formula) { - showTooltip(e.target, `Formula: ${formula}`); + showTooltip(e.target, `Formel: ${formula}`); } } else if (e.target.classList.contains('result-value')) { const formula = e.target.getAttribute('data-result-formula');