change(ui): offline-playback text change to recordings
This commit is contained in:
parent
771937cf5d
commit
e8ae940627
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ function RecordingsList() {
|
|||
<AnimatedSVG name={ICONS.NO_RECORDINGS} size={180} />
|
||||
<div className="text-center mt-4">
|
||||
{recordsSearch !== ''
|
||||
? 'No matching results'
|
||||
: 'No videos available for offline playback.'}
|
||||
? 'No matching results.'
|
||||
: 'No recordings available.'}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue