mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix(settings): clarify usage history no-items message to mention end-of-day data availability
This commit is contained in:
@@ -35,7 +35,7 @@ const Settings: FunctionComponent<ComponentProps> = (
|
||||
"Here is the telemetry usage history for this project. Please refer to the pricing page for more details.",
|
||||
}}
|
||||
noItemsMessage={
|
||||
"No usage history found. Maybe you have not used Telemetry features yet?"
|
||||
"No usage history found. Maybe you have not used Telemetry features yet or you're checking this before the end of the day. Please wait until the end of the day for usage to show up."
|
||||
}
|
||||
query={{
|
||||
projectId: ProjectUtil.getCurrentProjectId()!,
|
||||
|
||||
Reference in New Issue
Block a user