mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Prepare for ICU migration
This commit is contained in:
@@ -86,9 +86,9 @@ function getGroupCallNotificationText(
|
||||
if (notification.creator.isMe) {
|
||||
return i18n('calling__call-notification__started-by-you');
|
||||
}
|
||||
return i18n('calling__call-notification__started', [
|
||||
notification.creator.systemGivenName ?? notification.creator.title,
|
||||
]);
|
||||
return i18n('calling__call-notification__started', {
|
||||
name: notification.creator.systemGivenName ?? notification.creator.title,
|
||||
});
|
||||
}
|
||||
|
||||
export function getCallingNotificationText(
|
||||
|
||||
Reference in New Issue
Block a user