mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-30 16:25:35 +00:00
fix: change invite title
This commit is contained in:
parent
f3caf589a5
commit
386625209d
@ -58,8 +58,10 @@ Item {
|
||||
|
||||
StyledText {
|
||||
id: invitedYou
|
||||
//% "%1 invited you to join a community"
|
||||
text: qsTrId("-1-invited-you-to-join-a-community").arg(displayUserName)
|
||||
text: isCurrentUser ?
|
||||
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.topMargin: 4
|
||||
anchors.left: parent.left
|
||||
|
Loading…
x
Reference in New Issue
Block a user