diff --git a/web/share/js/kvm/msd.js b/web/share/js/kvm/msd.js index b7abb240..68548fdc 100644 --- a/web/share/js/kvm/msd.js +++ b/web/share/js/kvm/msd.js @@ -71,7 +71,7 @@ export function Msd() { var __clickRemoveImageButton = function() { let name = $("msd-image-selector").value; - wm.confirm(`Are you sure you want to remove
the image ${name}?`).then(function(ok) { + wm.confirm(`Are you sure you want to remove the image
${name} from Pi-KVM?`).then(function(ok) { if (ok) { let http = tools.makeRequest("POST", `/api/msd/remove?image=${name}`, function() { if (http.readyState === 4) {