Remove redundant text from story landing screen empty state.

This commit is contained in:
Alex Hart
2022-09-22 13:59:03 -03:00
committed by Cody Henthorne
parent 07d9e29e7c
commit 1b63ed0b20
3 changed files with 6 additions and 6 deletions

View File

@@ -4688,7 +4688,7 @@
<!-- Subtitle for "My Stories" row item when user has not added stories -->
<string name="StoriesLandingFragment__tap_to_add_a_story">Tap to add a story</string>
<!-- Displayed when there are no stories to display -->
<string name="StoriesLandingFragment__no_recent_updates_to_show_right_now_tap_plus_to_add_to_your_story">No recent updates to show right now. Tap + to add to your story.</string>
<string name="StoriesLandingFragment__no_recent_updates_to_show_right_now">No recent updates to show right now.</string>
<!-- Context menu option to hide a story -->
<string name="StoriesLandingItem__hide_story">Hide story</string>
<!-- Context menu option to unhide a story -->