From 035394c36b66b9abafb298f86598360aae0457b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Thu, 30 Mar 2023 22:37:39 +0200 Subject: [PATCH] Rephrase Information text --- backend/templates/main.html | 2 +- backend/templates/songlist.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/templates/main.html b/backend/templates/main.html index 469ede0..f0851ac 100644 --- a/backend/templates/main.html +++ b/backend/templates/main.html @@ -30,7 +30,7 @@ $.getJSON("/api/entries/accept", (data) => { $("#bfb").prop("aria-disabled",true); $("#bfb").prop("tabindex","-1"); $("#bfb").wrap(""); - $(".tooltip-span").prop("title", "Eintragungen sind leider nicht mehr möglich.") + $(".tooltip-span").prop("title", "Eintragungen sind leider momentan nicht möglich.") $('[data-toggle="tooltip"]').tooltip() } }) diff --git a/backend/templates/songlist.html b/backend/templates/songlist.html index e961c64..b1fb95a 100644 --- a/backend/templates/songlist.html +++ b/backend/templates/songlist.html @@ -118,7 +118,7 @@ $(".enqueueButton").prop("disabled", true) $(".enqueueButton").prop("style", "pointer-events: none;") $(".enqueueButton").wrap(""); - $(".tooltip-span").prop("title", "Eintragungen sind leider nicht mehr möglich.") + $(".tooltip-span").prop("title", "Eintragungen sind leider momentan nicht möglich.") $('[data-toggle="tooltip"]').tooltip() } else { $(".enqueueButton").prop("disabled", false)