From efb9acb26bc421b036b412ca8200676b692668d8 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 8 Feb 2021 19:13:29 +0300 Subject: [PATCH] help --- 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 a52b4f65..b7abb240 100644 --- a/web/share/js/kvm/msd.js +++ b/web/share/js/kvm/msd.js @@ -239,7 +239,7 @@ export function Msd() { $("msd-new-image-name").innerHTML = (__image_file ? __image_file.name : ""); $("msd-new-image-size").innerHTML = (__image_file ? tools.formatSize(__image_file.size) : ""); if (!__upload_http) { - tools.progressSetValue($("msd-uploading-progress"), "Waiting for upload ...", 0); + tools.progressSetValue($("msd-uploading-progress"), "Waiting for upload (press UPLOAD button) ...", 0); } } else {