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:
parent
d1026176bd
commit
2839babfb3
9 changed files with 49 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue