Add proper thread summary for reactions to stories.

This commit is contained in:
Alex Hart
2022-07-22 14:49:59 -03:00
committed by Cody Henthorne
parent d64aa3bc43
commit b183a38f3c
2 changed files with 14 additions and 0 deletions

View File

@@ -1811,6 +1811,10 @@
<string name="ThreadRecord__you_sent_a_gift">You sent a gift</string>
<!-- Displayed in the notification when the user has opened a received gift -->
<string name="ThreadRecord__you_redeemed_a_gift_badge">You redeemed a gift badge</string>
<!-- Displayed in the conversation list when someone reacted to your story -->
<string name="ThreadRecord__reacted_s_to_your_story">Reacted %1$s to your story</string>
<!-- Displayed in the conversation list when you reacted to someone's story -->
<string name="ThreadRecord__reacted_s_to_their_story">Reacted %1$s to their story</string>
<!-- UpdateApkReadyListener -->
<string name="UpdateApkReadyListener_Signal_update">Signal update</string>