mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
ICU types
This commit is contained in:
@@ -580,7 +580,7 @@ export function SendStoryModal({
|
||||
|
||||
<div className="SendStoryModal__distribution-list__description">
|
||||
{i18n('icu:ConversationHero--members', {
|
||||
count: group.membersCount,
|
||||
count: group.membersCount ?? 0,
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
@@ -853,7 +853,7 @@ export function SendStoryModal({
|
||||
</span>
|
||||
<span className="SendStoryModal__rtl-span">
|
||||
{i18n('icu:ConversationHero--members', {
|
||||
count: group.membersCount,
|
||||
count: group.membersCount ?? 0,
|
||||
})}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user