summaryrefslogtreecommitdiff
path: root/network/status/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'network/status/index.php')
-rw-r--r--network/status/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/status/index.php b/network/status/index.php
index ff00d97..6e2dada 100644
--- a/network/status/index.php
+++ b/network/status/index.php
@@ -41,7 +41,7 @@
1 => "warn",
default => "fail"
} ?>">
- <b><?= count($status["services"]["outages"]) === 1 ? l("lang.status.affected.0") : l("lang.status.affected.0") ?></b>
+ <b><?= count($status["services"]["outages"]) === 1 ? l("lang.status.affected.0") : l("lang.status.affected.1") ?></b>
<ul id="status-affected-list">
<?php foreach ($status["services"]["outages"] as $service): ?>
<li><?= $service[1] ?></li>