Skip to content

Commit

Permalink
change "Absenden" to "Prüfen"
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-42 committed Sep 20, 2023
1 parent d9d8926 commit 19f7d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Max-Matrix-Multiplikationsspiel</h1>
<input type="text" class="input-field" id="answer11" placeholder="C [2][2]">
</div>
</form>
<button id="submitButton" onclick="checkAnswer()">Absenden</button>
<button id="submitButton" onclick="checkAnswer()">Prüfen</button>
<div id="correct-message"></div>
<div id="wrong-message"></div>
<div id="score">Punktestand: 0</div>
Expand Down

0 comments on commit 19f7d80

Please sign in to comment.