From ecdc65ceb33d3c4f7809b9c7879a717be09771c2 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 16 Feb 2021 01:06:53 +0300 Subject: Fixed pikvm/pikvm#189: verbose removing message --- web/share/js/kvm/msd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3