mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-20 07:25:24 +02:00
contactsearchbar: replace label
Change-Id: Ib51a026cf5f31479d28a21f4cbc76396a44ae9b3 GitLab: #985
This commit is contained in:
parent
4ba641789d
commit
5f6f86b2a9
2 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,6 @@ Item {
|
|||
property string endCall: qsTr("End call")
|
||||
property string incomingAudioCallFrom: qsTr("Incoming audio call from {}")
|
||||
property string incomingVideoCallFrom: qsTr("Incoming video call from {}")
|
||||
property string contactSearchConversation: qsTr("Find users and conversations")
|
||||
property string startSwarm: qsTr("Start swarm")
|
||||
property string createSwarm: qsTr("Create swarm")
|
||||
property string showInvitations: qsTr("Show invitations")
|
||||
|
|
|
@ -83,7 +83,7 @@ Rectangle {
|
|||
|
||||
selectByMouse: true
|
||||
|
||||
placeholderText: JamiStrings.contactSearchConversation
|
||||
placeholderText: JamiStrings.search
|
||||
placeholderTextColor: JamiTheme.placeholderTextColor
|
||||
|
||||
background: Rectangle {
|
||||
|
|
Loading…
Add table
Reference in a new issue