Changed text on burg group delete

This commit is contained in:
Evolvedexperiment 2021-12-03 16:50:11 +00:00
parent e48d1d3031
commit c108da7cdc

View file

@ -281,12 +281,12 @@ function editBurg(id) {
const capital = burgsToRemove.length < burgsInGroup.length;
alertMessage.innerHTML = `Are you sure you want to remove
${basic || capital ? "all unlocked elements in the group" : "the entire burg group"}?
${basic || capital ? "all unlocked elements in the burg group" : "the entire burg group"}?
<br>Please note that capital or locked burgs will not be deleted.
<br><br>Burgs to be removed: ${burgsToRemove.length}`;
$("#alert").dialog({
resizable: false,
title: "Remove route group",
title: "Remove burg group",
buttons: {
Remove: function () {
$(this).dialog("close");