Skip to content
Snippets Groups Projects
Commit af02746d authored by felmer's avatar felmer
Browse files

SSDM-9121: Improved wording in Unarchiving Helper

parent acd545d6
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ function UnarchivingHelperView(unarchivingHelperController, unarchivingHelperMod ...@@ -75,7 +75,7 @@ function UnarchivingHelperView(unarchivingHelperController, unarchivingHelperMod
numberOfDataSets++; numberOfDataSets++;
} }
if (totalSize > 0) { if (totalSize > 0) {
$infoSummary.text("Unarchiving all " + numberOfDataSets + " datasets needs " $infoSummary.text("Unarchiving all selected data sets needs "
+ PrintUtil.renderNumberOfBytes(totalSize) + " free scratch disk space."); + PrintUtil.renderNumberOfBytes(totalSize) + " free scratch disk space.");
} else { } else {
$infoSummary.text(""); $infoSummary.text("");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment