Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -140,7 +140,9 @@ function renderCallingNotificationButton(
|
|||
buttonText = i18n('calling__call-is-full');
|
||||
disabledTooltipText = i18n(
|
||||
'calling__call-notification__button__call-full-tooltip',
|
||||
[String(deviceCount)]
|
||||
{
|
||||
max: String(deviceCount),
|
||||
}
|
||||
);
|
||||
onClick = noop;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue