Use ICU number/plural formatting
This commit is contained in:
parent
aba8882d0a
commit
da24cc5e95
30 changed files with 254 additions and 222 deletions
|
@ -141,7 +141,7 @@ function renderCallingNotificationButton(
|
|||
disabledTooltipText = i18n(
|
||||
'icu:calling__call-notification__button__call-full-tooltip',
|
||||
{
|
||||
max: String(deviceCount),
|
||||
max: deviceCount,
|
||||
}
|
||||
);
|
||||
onClick = noop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue