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.