From 556b7838cebac7fe54dd851fb1c590cf63d13c5f Mon Sep 17 00:00:00 2001 From: RKBoss6 Date: Wed, 9 Jul 2025 11:56:59 -0400 Subject: [PATCH] Update custom.html --- apps/storageanalyzer/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storageanalyzer/custom.html b/apps/storageanalyzer/custom.html index 62446a80c..ee0b63a9b 100644 --- a/apps/storageanalyzer/custom.html +++ b/apps/storageanalyzer/custom.html @@ -80,7 +80,7 @@ ]); var options = { - title: 'Storage Taken Up' + title: 'App Storage' }; var chart = new google.visualization.PieChart(document.getElementById('piechart'));