mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 08:49:47 -05:00
Update NotificationsArchive.php
This commit is contained in:
@@ -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>";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user