mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-29 07:47:28 +00:00
chore(@desktop/chat): fix plural %1 members
translation
This commit is contained in:
parent
e3363e269a
commit
1d1bb2cfcf
@ -266,8 +266,7 @@ Item {
|
||||
StatusBaseText {
|
||||
Layout.fillWidth: true
|
||||
|
||||
// TODO add the plural support
|
||||
text: qsTr("%1 members").arg(d.invitedCommunity.nbMembers)
|
||||
text: qsTr("%n member(s)", "", d.invitedCommunity.nbMembers)
|
||||
font.pixelSize: 13
|
||||
font.weight: Font.Medium
|
||||
color: Theme.palette.baseColor1
|
||||
|
Loading…
x
Reference in New Issue
Block a user