From ba4b5fb57c29a64d8f5c411b38e99325ab29e7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 6 Oct 2021 02:00:09 +0200 Subject: [PATCH] Bessere Formulierung von Fehlern --- backend/app/templates/songlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/templates/songlist.html b/backend/app/templates/songlist.html index 2034bf4..5294024 100644 --- a/backend/app/templates/songlist.html +++ b/backend/app/templates/songlist.html @@ -101,7 +101,7 @@ window.location.href = '/#end'; }, function (response) { bootbox.alert({ - message: "Deine Eintragung konnte leider nicht vorgenommen werden.\nReason: "+response.responseJSON.status, + message: "Deine Eintragung konnte leider nicht vorgenommen werden.\nGrund: "+response.responseJSON.status, }); entriesAccepted(); $("#enqueueModal").modal('hide');