diff --git a/src/rust/lqos_node_manager/static/lqos.js b/src/rust/lqos_node_manager/static/lqos.js
index 3061784c..7c30fadb 100644
--- a/src/rust/lqos_node_manager/static/lqos.js
+++ b/src/rust/lqos_node_manager/static/lqos.js
@@ -174,7 +174,7 @@ function updateHostCounts() {
}
case "NotSetup": {
template = template.replace("$URL$", "https://stats.libreqos.io/trial1/" + encodeURI(data.node_id))
- .replace("$TEXT$", "Statistics Free Trial");
+ .replace("$TEXT$", "Statistics Free Trial");
} break;
default: {
template = template.replace("$URL$", "https://stats.libreqos.io/")