From fdbe704d898cc04a5dd58716ba114762acbfefef Mon Sep 17 00:00:00 2001 From: Elfreda Kwawu <82907149+ekwawu@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:12:55 -0400 Subject: [PATCH] Update interface.html for testing purposes --- apps/phystrax/interface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/phystrax/interface.html b/apps/phystrax/interface.html index d1191ef8d..56f091744 100644 --- a/apps/phystrax/interface.html +++ b/apps/phystrax/interface.html @@ -23,7 +23,7 @@ function getData() { Util.hideModal(); // If no data, report it and exit if (data.length === 0) { - dataElement.innerHTML = "No data found"; + dataElement.innerHTML = "There is no data"; return; } // Otherwise parse the data and output it as a table