mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Split up story reactions message for you/someone else
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -6803,7 +6803,15 @@
|
||||
},
|
||||
"icu:StoryViewsNRepliesModal__reacted": {
|
||||
"messageformat": "Reacted to the story",
|
||||
"description": "Description of someone reacting to a story"
|
||||
"description": "(Deleted 2024/08/23) Description of someone reacting to a story"
|
||||
},
|
||||
"icu:StoryViewsNRepliesModal__reacted--you": {
|
||||
"messageformat": "Reacted to the story",
|
||||
"description": "Description of you reacting to a story"
|
||||
},
|
||||
"icu:StoryViewsNRepliesModal__reacted--someone-else": {
|
||||
"messageformat": "Reacted to the story",
|
||||
"description": "Description of someone else reacting to a story"
|
||||
},
|
||||
"icu:StoryViewsNRepliesModal__not-a-member": {
|
||||
"messageformat": "You can’t reply to this story because you’re no longer a member of this group.",
|
||||
|
||||
@@ -571,7 +571,9 @@ function ReplyOrReactionMessage({
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
{i18n('icu:StoryViewsNRepliesModal__reacted')}
|
||||
{reply.author.isMe
|
||||
? i18n('icu:StoryViewsNRepliesModal__reacted--you')
|
||||
: i18n('icu:StoryViewsNRepliesModal__reacted--someone-else')}
|
||||
<MessageTimestamp
|
||||
i18n={i18n}
|
||||
isRelativeTime
|
||||
|
||||
Reference in New Issue
Block a user