From 5f227e6515384ac1fcfafb8ebd42e3f4d5a0fa5c Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 8 Sep 2020 09:44:58 +0200 Subject: [PATCH] fix(Contacts): use qsTr() over qsTrId() for concrete text Fixes #838 --- ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml b/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml index 37ebb0d6c0..b4ec4b38d6 100644 --- a/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/ContactsContainer.qml @@ -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: {