From 5c51eefacf2aaa12b8a04bd14ecbe185ff5595ca Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Sat, 20 Jan 2024 10:56:14 +0000 Subject: [PATCH] Downcase the verb "melden" --- quiz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz.html b/quiz.html index 01d1c67..2fec7ae 100644 --- a/quiz.html +++ b/quiz.html @@ -58,7 +58,7 @@ </p> <footer> - <code>$Id: quiz.html,v 1.10 2024/01/20 09:44:01 oj14ozun Exp oj14ozun $</code> + <code>$Id: quiz.html,v 1.11 2024/01/20 10:55:10 oj14ozun Exp oj14ozun $</code> <code id="js-version"></code> </footer> </aside> @@ -90,7 +90,7 @@ <span id="stats"></span> <input type="checkbox" id="display-hl" class="display-hl" /> <small class="display-hl">Hebe <abbr title="WĂśrter wie "immer", "nie", ...">WarnwĂśrter</abbr> hervor</small> - <a id="report" href="#"><small>Fehler Melden</small></a> + <a id="report" href="#"><small>Fehler melden</small></a> <span id="display-hl-hack"></span> </body> <script src="quiz.js"></script> -- GitLab