From 40f6dffc697907fccdf47b8302fb9dc18baf8123 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Wed, 3 Apr 2019 16:22:54 +0200 Subject: [PATCH] B #3095: Change misleading non persistent message (cherry picked from commit d8541c1239fe65458394e0589795127262d0e95c) --- src/sunstone/public/app/utils/disks-resize.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/app/utils/disks-resize.js b/src/sunstone/public/app/utils/disks-resize.js index 21f57bda1d..679fd8c6d3 100644 --- a/src/sunstone/public/app/utils/disks-resize.js +++ b/src/sunstone/public/app/utils/disks-resize.js @@ -162,11 +162,11 @@ define(function(require){ if (persistent){ $("label", diskContext).append(""); + Locale.tr("Persistent image. The changes will be saved back to the datastore after the VM is terminated (ie goes into DONE state)") + "\">"); }else{ $("label", diskContext).append(""); + Locale.tr("Non-persistent disk. The changes will be lost once the VM is terminated (ie goes into DONE state)") + "\">"); }