fix: change invite title
This commit is contained in:
parent
f3caf589a5
commit
386625209d
|
@ -58,8 +58,10 @@ Item {
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
id: invitedYou
|
id: invitedYou
|
||||||
//% "%1 invited you to join a community"
|
text: isCurrentUser ?
|
||||||
text: qsTrId("-1-invited-you-to-join-a-community").arg(displayUserName)
|
qsTr("You invited %1 to join a community").arg(chatsModel.userNameOrAlias(chatsModel.activeChannel.id))
|
||||||
|
//% "%1 invited you to join a community"
|
||||||
|
: qsTrId("-1-invited-you-to-join-a-community").arg(displayUserName)
|
||||||
anchors.top: title.bottom
|
anchors.top: title.bottom
|
||||||
anchors.topMargin: 4
|
anchors.topMargin: 4
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in New Issue