fix(settings): clarify usage history no-items message to mention end-of-day data availability

This commit is contained in:
Nawaz Dhandala
2025-10-27 13:22:28 +00:00
parent 412bd370df
commit 1ef27b7f52

View File

@@ -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()!,