fix: typo

This commit is contained in:
Azgaar 2024-09-25 12:13:16 +02:00
parent ba3a9d1598
commit 879cf6b692
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ function editWorld() {
pane.insertAdjacentHTML("afterbegin", checkbox);
const button = this.parentElement.querySelector(".ui-dialog-buttonset > button");
button.on("mousemove", () => tip("Apply curreny settings to the map"));
button.on("mousemove", () => tip("Apply current settings to the map"));
},
close: function () {
$(this).dialog("destroy");