Update UI for replies to unavailable stories.

This commit is contained in:
Rashad Sookram
2022-03-23 10:18:56 -04:00
committed by Greyson Parrelli
parent c2627dda8d
commit 19381342b3
6 changed files with 37 additions and 25 deletions

View File

@@ -2088,9 +2088,11 @@
<string name="QuoteView_you">You</string>
<string name="QuoteView_original_missing">Original message not found</string>
<!-- Author formatting for group stories -->
<string name="QuoteView_s_story">%1$s Story</string>
<string name="QuoteView_s_story">%1$s · Story</string>
<!-- Label indicating that a quote is for a reply to a story you created -->
<string name="QuoteView_your_story">Your Story</string>
<string name="QuoteView_your_story">You · Story</string>
<!-- Label indicating that the story being replied to no longer exists -->
<string name="QuoteView_no_longer_available">No longer available</string>
<!-- conversation_fragment -->
<string name="conversation_fragment__scroll_to_the_bottom_content_description">Scroll to the bottom</string>