Skip to content

Commit

Permalink
chore(@desktop/chat): fix plural %1 members translation
Browse files Browse the repository at this point in the history
  • Loading branch information
osmaczko committed Sep 21, 2022
1 parent e3363e2 commit 1d1bb2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/imports/shared/views/chat/InvitationBubbleView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d1bb2c

Please sign in to comment.