Rephrase Information text

This commit is contained in:
2023-03-30 22:37:39 +02:00
parent 1d4f77ea19
commit 035394c36b
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ $.getJSON("/api/entries/accept", (data) => {
$("#bfb").prop("aria-disabled",true);
$("#bfb").prop("tabindex","-1");
$("#bfb").wrap("<span class='tooltip-span' tabindex='0' data-toggle='tooltip' data-placement='bottom'></span>");
$(".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()
}
})