From 8235aa829c4dc53c52ea8087e6eb506a67dc6850 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 7 Jul 2023 09:58:32 +0200 Subject: [PATCH] change(ui): text change in capture status --- .../SessionsTabOverview/components/RecordingStatus.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/shared/SessionsTabOverview/components/RecordingStatus.tsx b/frontend/app/components/shared/SessionsTabOverview/components/RecordingStatus.tsx index d522b9481..7315b217e 100644 --- a/frontend/app/components/shared/SessionsTabOverview/components/RecordingStatus.tsx +++ b/frontend/app/components/shared/SessionsTabOverview/components/RecordingStatus.tsx @@ -25,8 +25,9 @@ function RecordingStatus(props: Props) {
-
There are {data.count} ongoing session(s).
Once they're complete they'll show up here within a few - minutes. +
+ {data.count} ongoing session{data.count !== 1 && 's'}. +
Completed sessions will appear here within a few minutes.