diff --git a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php
index b3e34287f..426bdbab1 100644
--- a/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php
+++ b/emhttp/plugins/dynamix.docker.manager/include/DockerContainers.php
@@ -271,12 +271,12 @@ foreach ($containers as $ct) {
}
}
if (!empty($TSregion)) {
- $TSinfo .= "
Main Relay:" . $TSregion . "
";
+ $TSinfo .= "DERP Relay:" . $TSregion . "
";
} else {
- $TSinfo .= "Main Relay:" . $TSstats["Self"]["Relay"] . "
";
+ $TSinfo .= "DERP Relay:" . $TSstats["Self"]["Relay"] . "
";
}
} else {
- $TSinfo .= "Main Relay:" . $TSstats["Self"]["Relay"] . "
";
+ $TSinfo .= "DERP Relay:" . $TSstats["Self"]["Relay"] . "
";
}
if (!empty($TSstats["Self"]["TailscaleIPs"])) {
$TSinfo .= "Addresses:" . implode("
", $TSstats["Self"]["TailscaleIPs"]) . "
";