Skip to content

Commit

Permalink
Update src/Components/ServiceScene/LogsPanelError.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Grossmann <[email protected]>
  • Loading branch information
matyax and svennergr authored Feb 17, 2025
1 parent 1e32d76 commit e727e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ServiceScene/LogsPanelError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ function getMessageFromError(error: string) {
return 'Logs could not be retrieved due to invalid filter parameters. Please review your filters and try again.';
}

return 'Logs could not be retrieved. Please review your filters or try a different time interval.';
return 'Logs could not be retrieved. Please review your filters or try a different time range.';
}

0 comments on commit e727e4e

Please sign in to comment.