mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 14:25:38 +02:00
swarmdetailspanel: fix string
Change-Id: I3cd9bf1c020a8c7a265e301ea021faedfd619295
This commit is contained in:
parent
fb0d2434d0
commit
9a29ebc955
2 changed files with 2 additions and 1 deletions
|
@ -840,6 +840,7 @@ Item {
|
|||
property string member: qsTr("Member")
|
||||
property string documents: qsTr("Documents")
|
||||
property string swarmName: qsTr("Swarm's name")
|
||||
property string contactName: qsTr("Contact's name")
|
||||
property string addADescription: qsTr("Add a description")
|
||||
|
||||
property string muteConversation: qsTr("Mute conversation")
|
||||
|
|
|
@ -120,7 +120,7 @@ Rectangle {
|
|||
titleLine.editMode = activeFocus
|
||||
}
|
||||
|
||||
infoTipLineText: JamiStrings.swarmName
|
||||
infoTipLineText: CurrentConversation.isCoreDialog? JamiStrings.contactName : JamiStrings.swarmName
|
||||
}
|
||||
|
||||
ModalTextEdit {
|
||||
|
|
Loading…
Add table
Reference in a new issue