diff --git a/inc/page.php b/inc/page.php
index 0847a9e..07bef9a 100644
--- a/inc/page.php
+++ b/inc/page.php
@@ -421,7 +421,7 @@ class Page {
echo "
";
foreach ($array as $header => $text) {
$a = "a";
- if ($header === $this->t("warnings.received")) {
+ if ($header === "warnings.received") {
$icon = ($text !== "0") ? "glyphicon-ok" : "glyphicon-remove";
$a .= " class=\"glyphicon $icon\" aria-hidden=true";
$text = "";