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