chore(@desktop/chat): fix plural %1 members translation

This commit is contained in:
Patryk Osmaczko 2022-09-15 18:27:00 +02:00 committed by osmaczko
parent e3363e269a
commit 1d1bb2cfcf

View File

@ -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