mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 22:35:45 +02:00
misc: replace Group's name by Swarm's name
Change-Id: I3e006bd1c9eceb2fafd8a04c9a9cf2a9ad2a0433
This commit is contained in:
parent
cd027db503
commit
469a45bb9e
3 changed files with 5 additions and 5 deletions
|
@ -622,7 +622,7 @@ Item {
|
|||
property string members: qsTr("%1 Members")
|
||||
property string member: qsTr("Member")
|
||||
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 ignoreTheSwarm: qsTr("Ignore the swarm")
|
||||
|
|
|
@ -128,8 +128,8 @@ Rectangle {
|
|||
horizontalAlignment: editable ? Text.AlignLeft : Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
placeholderText: JamiStrings.groupName
|
||||
tooltipText: JamiStrings.groupName
|
||||
placeholderText: JamiStrings.swarmName
|
||||
tooltipText: JamiStrings.swarmName
|
||||
backgroundColor: root.color
|
||||
color: UtilsAdapter.luma(backgroundColor) ?
|
||||
JamiTheme.chatviewTextColorLight :
|
||||
|
|
|
@ -68,7 +68,7 @@ Rectangle {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
text: CurrentConversation.title
|
||||
placeholderText: JamiStrings.groupName
|
||||
placeholderText: JamiStrings.swarmName
|
||||
placeholderTextColor: {
|
||||
if (editable) {
|
||||
if (UtilsAdapter.luma(root.color)) {
|
||||
|
@ -84,7 +84,7 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
}
|
||||
tooltipText: JamiStrings.groupName
|
||||
tooltipText: JamiStrings.swarmName
|
||||
backgroundColor: root.color
|
||||
color: UtilsAdapter.luma(backgroundColor) ?
|
||||
JamiTheme.chatviewTextColorLight :
|
||||
|
|
Loading…
Add table
Reference in a new issue