mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Prepare for ICU migration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user