1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Empty list message for System: Events

Co-Authored-By: beyondmeat <beyondmeat@users.noreply.github.com>
This commit is contained in:
Qstick 2020-02-22 16:02:20 -05:00
parent deeb2979f1
commit 76752a5dbd

View File

@ -82,7 +82,7 @@ function LogsTable(props) {
{
isPopulated && !error && !items.length &&
<div>
No logs found
No events found
</div>
}