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

sip: fix "transfer to" label

Change-Id: If3324a34c9be6ff2b09bdab48b148946abe02c51
GitLab: #815
parent ec1d664b
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ Item {
property string addToConference: qsTr("Add to conference")
property string addToConversation: qsTr("Add to conversation")
property string transferThisCall: qsTr("Transfer this call")
property string transferTo: qsTr("Transfer to")
// AccountMigrationDialog
property string authenticationRequired: qsTr("Authentication required")
......
......@@ -100,7 +100,7 @@ Popup {
Layout.fillWidth: true
Layout.preferredHeight: 35
placeHolderText: JamiStrings.addParticipant
placeHolderText: type === ContactList.TRANSFER ? JamiStrings.transferTo : JamiStrings.addParticipant
onContactSearchBarTextChanged: {
ContactAdapter.setSearchFilter(text)
......
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