From c108da7cdcb405deb743c5952822d5ebebfcf377 Mon Sep 17 00:00:00 2001 From: Evolvedexperiment Date: Fri, 3 Dec 2021 16:50:11 +0000 Subject: [PATCH] Changed text on burg group delete --- modules/ui/burg-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/burg-editor.js b/modules/ui/burg-editor.js index 0f19be3f..7af55c29 100644 --- a/modules/ui/burg-editor.js +++ b/modules/ui/burg-editor.js @@ -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"}?
Please note that capital or locked burgs will not be deleted.

Burgs to be removed: ${burgsToRemove.length}`; $("#alert").dialog({ resizable: false, - title: "Remove route group", + title: "Remove burg group", buttons: { Remove: function () { $(this).dialog("close");