Skip to content
Snippets Groups Projects
Commit 9a29ebc9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarmdetailspanel: fix string

Change-Id: I3cd9bf1c020a8c7a265e301ea021faedfd619295
parent fb0d2434
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment