diff --git a/apps/storageanalyzer/custom.html b/apps/storageanalyzer/custom.html
index 357da299d..2adefd29a 100644
--- a/apps/storageanalyzer/custom.html
+++ b/apps/storageanalyzer/custom.html
@@ -98,7 +98,7 @@
const data = google.visualization.arrayToDataTable(chartData);
const options = {
- title: 'App Storage Breakdown',
+ title: 'App Storage Breakdown (KBs)',
chartArea: { width: '90%', height: '80%' },
legend: { position: 'bottom' }
};
@@ -119,7 +119,7 @@
]);
const totalOptions = {
- title: 'Total Storage Usage',
+ title: 'Total Storage Usage (KBs)',
chartArea: { width: '90%', height: '80%' },
legend: { position: 'bottom' }