mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Use ICU number/plural formatting
This commit is contained in:
@@ -141,7 +141,7 @@ function renderCallingNotificationButton(
|
||||
disabledTooltipText = i18n(
|
||||
'icu:calling__call-notification__button__call-full-tooltip',
|
||||
{
|
||||
max: String(deviceCount),
|
||||
max: deviceCount,
|
||||
}
|
||||
);
|
||||
onClick = noop;
|
||||
|
||||
Reference in New Issue
Block a user