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

misc: replace Group's name by Swarm's name

Change-Id: I3e006bd1c9eceb2fafd8a04c9a9cf2a9ad2a0433
parent cd027db5
No related branches found
No related tags found
No related merge requests found
...@@ -622,7 +622,7 @@ Item { ...@@ -622,7 +622,7 @@ Item {
property string members: qsTr("%1 Members") property string members: qsTr("%1 Members")
property string member: qsTr("Member") property string member: qsTr("Member")
property string documents: qsTr("Documents") property string documents: qsTr("Documents")
property string groupName: qsTr("Group's name") property string swarmName: qsTr("Swarm's name")
property string addADescription: qsTr("Add a description") property string addADescription: qsTr("Add a description")
property string ignoreTheSwarm: qsTr("Ignore the swarm") property string ignoreTheSwarm: qsTr("Ignore the swarm")
......
...@@ -128,8 +128,8 @@ Rectangle { ...@@ -128,8 +128,8 @@ Rectangle {
horizontalAlignment: editable ? Text.AlignLeft : Text.AlignHCenter horizontalAlignment: editable ? Text.AlignLeft : Text.AlignHCenter
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
placeholderText: JamiStrings.groupName placeholderText: JamiStrings.swarmName
tooltipText: JamiStrings.groupName tooltipText: JamiStrings.swarmName
backgroundColor: root.color backgroundColor: root.color
color: UtilsAdapter.luma(backgroundColor) ? color: UtilsAdapter.luma(backgroundColor) ?
JamiTheme.chatviewTextColorLight : JamiTheme.chatviewTextColorLight :
......
...@@ -68,7 +68,7 @@ Rectangle { ...@@ -68,7 +68,7 @@ Rectangle {
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
text: CurrentConversation.title text: CurrentConversation.title
placeholderText: JamiStrings.groupName placeholderText: JamiStrings.swarmName
placeholderTextColor: { placeholderTextColor: {
if (editable) { if (editable) {
if (UtilsAdapter.luma(root.color)) { if (UtilsAdapter.luma(root.color)) {
...@@ -84,7 +84,7 @@ Rectangle { ...@@ -84,7 +84,7 @@ Rectangle {
} }
} }
} }
tooltipText: JamiStrings.groupName tooltipText: JamiStrings.swarmName
backgroundColor: root.color backgroundColor: root.color
color: UtilsAdapter.luma(backgroundColor) ? color: UtilsAdapter.luma(backgroundColor) ?
JamiTheme.chatviewTextColorLight : JamiTheme.chatviewTextColorLight :
......
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