Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -2266,9 +2266,9 @@ export class CallingClass {
|
|||
notificationTitle =
|
||||
conversation?.getTitle() || FALLBACK_NOTIFICATION_TITLE;
|
||||
notificationMessage = creatorConversation
|
||||
? window.i18n('calling__call-notification__started', [
|
||||
creatorConversation.getTitle(),
|
||||
])
|
||||
? window.i18n('calling__call-notification__started', {
|
||||
name: creatorConversation.getTitle(),
|
||||
})
|
||||
: window.i18n('calling__call-notification__started-by-someone');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue