Skip to content

Commit 44bc9bb

Browse files
committed
Change description
1 parent 9e9bfb9 commit 44bc9bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/components/device-status-panel.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ const DeviceStatusPanel = ({ isInferenceRunning, setNotifications }: DeviceStatu
278278
),
279279
"min"
280280
),
281-
warningMessage: "95% Latency is high",
282-
errorMessage: "95% Latency is critically high",
281+
warningMessage: "Latency (95th percentile) is high",
282+
errorMessage: "Latency (95th percentile) is critically high",
283283
noInferenceStatus: "stopped" as "info" | "stopped" | "pending",
284284
},
285285
"device-status-fps-mean": {

0 commit comments

Comments
 (0)