mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Empty list message for System: Events
This commit is contained in:
parent
cde5a6d1a4
commit
a23639e62e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function LogsTable(props) {
|
|||
{
|
||||
isPopulated && !error && !items.length &&
|
||||
<div>
|
||||
No logs found
|
||||
No events found
|
||||
</div>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue