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