fix(Contacts): use qsTr() over qsTrId() for concrete text

Fixes #838
This commit is contained in:
Pascal Precht 2020-09-08 09:44:58 +02:00 committed by Iuri Matias
parent 5b4830fe17
commit 5f227e6515
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Item {
Input {
id: addContactSearchInput
placeholderText: qsTrId("Enter ENS username or chat key")
placeholderText: qsTr("Enter ENS username or chat key")
customHeight: 44
fontPixelSize: 15
onEditingFinished: {