Update NotificationsArchive.php

This commit is contained in:
Squidly271
2020-07-09 15:22:11 -04:00
parent 559dc2f8c3
commit 9179077f45
@@ -48,5 +48,5 @@ foreach ($files as $file) {
$row++;
}
}
if ($empty) echo "<tr><td></td><td colspan='4' style='text-align:center;padding-top:12px'><em>No notifications present</em></td><td></td></tr>";
if ($empty) echo "<tr><td></td><td colspan='4' style='text-align:center;padding-top:12px'><em>"._("No notifications present")."</em></td><td></td></tr>";
?>