Use better translation method
This commit is contained in:
parent
c09c0d35b8
commit
d15094b21e
@ -104,7 +104,7 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
MatrixText {
|
||||
text: qsTr("%1 member(s)").arg(roomSettings.memberCount)
|
||||
text: qsTr("%n member(s)", "", roomSettings.memberCount)
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
TapHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user