From 907db5fb368fbf6bd5d9d67583b231ab4541d88a Mon Sep 17 00:00:00 2001 From: Simon Bussmann Date: Sun, 27 Dec 2020 23:33:56 +0100 Subject: [PATCH] QOL --- src/main/resources/templates/voting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/voting.html b/src/main/resources/templates/voting.html index 9f90626..ab60204 100644 --- a/src/main/resources/templates/voting.html +++ b/src/main/resources/templates/voting.html @@ -62,7 +62,7 @@ $('#votingButtons div.voteDiv:nth-child(' + q + ')').hide(); $('#votingButtons div.voteDiv:nth-child(' + (q + 1) + ')').show(); if (q == (qMax - 1)) { - $('#btnNext').html('Submit Answers'); + $('#btnNext').html('Auswahl bestätigen'); } q++; } else { @@ -81,7 +81,7 @@ - +