mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
refactor: Improve error message for no summary available in SummaryInfo component
This commit is contained in:
parent
24b956c55f
commit
5347b5c109
@ -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."
|
||||
}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user