File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 479
479
"senderFullName": {"type": "String", "example": "Alice"},
480
480
"numOthers": {"type": "int", "example": "4"}
481
481
}
482
+ },
483
+ "notifSelfUser": "You",
484
+ "@notifSelfUser": {
485
+ "description": "Display name for the user themself, to show after replying in an Android notification"
482
486
}
483
487
}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class NotificationDisplayManager {
108
108
messagingStyle = MessagingStyle (
109
109
user: Person (
110
110
key: _personKey (data.realmUri, data.userId),
111
- name: 'You' ), // TODO(i18n)
111
+ name: zulipLocalizations.notifSelfUser),
112
112
messages: [],
113
113
isGroupConversation: switch (data.recipient) {
114
114
FcmMessageStreamRecipient () => true ,
You can’t perform that action at this time.
0 commit comments