Adjust empty state message for ListInfoFragments depending on Info stream type

Show "no streams" for SoundClound.
Show "no live streams" for MeidaCCCLiveStreamKiosk.
Otherwise show "no videos"
This commit is contained in:
TobiGr 2023-08-05 03:50:28 +02:00
parent c69bcaafbb
commit 32f74273f0
9 changed files with 49 additions and 6 deletions

View file

@ -317,6 +317,8 @@
</plurals>
<string name="no_comments">No comments</string>
<string name="comments_are_disabled">Comments are disabled</string>
<string name="no_streams">No streams</string>
<string name="no_live_streams">No live streams</string>
<plurals name="new_streams">
<item quantity="one">%s new stream</item>
<item quantity="other">%s new streams</item>