refactor: Improve error message for no summary available in SummaryInfo component

This commit is contained in:
Simon Larsen 2024-08-19 11:14:11 +01:00
parent 24b956c55f
commit 5347b5c109
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -111,7 +111,7 @@ const SummaryInfo: FunctionComponent<ComponentProps> = (
return (
<ErrorMessage
error={
"No summary available for the selected probe. Should be few minutes for summary to show up. "
"No summary available. Looks like no incoming / inbound request was made."
}
/>
);