summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/msd.js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-02-08 19:13:29 +0300
committerDevaev Maxim <[email protected]>2021-02-08 19:13:29 +0300
commitefb9acb26bc421b036b412ca8200676b692668d8 (patch)
treef995c00c2851574822748604f233a0dac7a10a95 /web/share/js/kvm/msd.js
parente439942c11b5f97e415da09430a047fe7d504d0b (diff)
help
Diffstat (limited to 'web/share/js/kvm/msd.js')
-rw-r--r--web/share/js/kvm/msd.js2
1 files changed, 1 insertions, 1 deletions
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 {