diff --git a/webserver/src/pages/Home/HomeSection.jsx b/webserver/src/pages/Home/HomeSection.jsx index 5a324aca..fdf2be35 100644 --- a/webserver/src/pages/Home/HomeSection.jsx +++ b/webserver/src/pages/Home/HomeSection.jsx @@ -53,7 +53,7 @@ export default function HomeSection() { } if (x.size() == 0 ) { - setLoadingText("There were no detected glycans in this file.") + setFailureText("There were no detected glycans in this model.") setFallBack(true) }