change(ui): offline-playback text change to recordings

This commit is contained in:
Shekar Siri 2023-06-19 16:57:42 +02:00
parent 771937cf5d
commit e8ae940627

View file

@ -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>
}