Update strings and design around custom stories
This commit is contained in:
parent
0308f208d8
commit
08f2a966a1
11 changed files with 203 additions and 99 deletions
|
@ -200,10 +200,8 @@ export const ConversationHero = ({
|
|||
title={title}
|
||||
text={groupDescription}
|
||||
/>
|
||||
) : membersCount === 1 ? (
|
||||
i18n('ConversationHero--members-1')
|
||||
) : membersCount !== undefined ? (
|
||||
i18n('ConversationHero--members', [`${membersCount}`])
|
||||
) : membersCount != null ? (
|
||||
i18n('icu:ConversationHero--members', { count: membersCount })
|
||||
) : phoneNumberOnly ? null : (
|
||||
phoneNumber
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue