change(ui): text change in capture status

This commit is contained in:
Shekar Siri 2023-07-07 09:58:32 +02:00
parent 984521f643
commit 8235aa829c

View file

@ -25,8 +25,9 @@ function RecordingStatus(props: Props) {
<div className='mr-2'>
<Icon name='check-circle' size={20} color='tealx' />
</div>
<div>There are {data.count} ongoing session(s). <br />Once they're complete they'll show up here within a few
minutes.
<div>
{data.count} ongoing session{data.count !== 1 && 's'}.
<br />Completed sessions will appear here within a few minutes.
</div>
</div>
</div>