mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Use ICU number/plural formatting
This commit is contained in:
@@ -60,7 +60,7 @@ export function ConfirmAdditionsModal({
|
||||
i18n={i18n}
|
||||
id="icu:AddGroupMembersModal--confirm-title--many"
|
||||
components={{
|
||||
count: selectedContacts.length.toString(),
|
||||
count: selectedContacts.length,
|
||||
group: groupTitleNode,
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user