diff --git a/apps/health/interface.html b/apps/health/interface.html index f04857926..0791acd24 100644 --- a/apps/health/interface.html +++ b/apps/health/interface.html @@ -51,7 +51,7 @@ function saveCSV(data, date, title) { } function downloadHealth(filename, callback) { - Util.showModal("Downloading Track..."); + Util.showModal("Downloading Health info..."); Util.readStorage(filename, data => { Util.hideModal(); callback(data);