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');