diff --git a/docroot/status/index.php b/docroot/status/index.php
index 678637b0..9519198a 100644
--- a/docroot/status/index.php
+++ b/docroot/status/index.php
@@ -68,7 +68,7 @@ function MissionStatusMessage(string $instrument) {
return "Inactive";
}
if (starts_with($instrument, "COSMO")) {
- return 'Inactive';
+ return 'Active';
}
return "Active";
}