Merge pull request #705 from evolvedexperiment/master

Changed text on burg group delete
This commit is contained in:
Azgaar 2021-12-03 20:42:52 +03:00 committed by GitHub
commit 283a3a3421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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