diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 9c2f1787..97cda41c 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -145,7 +145,7 @@ Rectangle { middlePanel.accountView.selectAndSend = true; appWindow.showPageRequest("Account") } - placeholderText: qsTr("") + translationManager.emptyString + placeholderText: "0.00" width: 100 * scaleRatio fontBold: true inlineButtonText: qsTr("All") + translationManager.emptyString diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 4dcd0d28..978b5052 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -475,6 +475,7 @@ Item { color: "#424242" selectionColor: "#3f3fe3" selectedTextColor: "white" + placeholderText: "0.00" background: Rectangle { color: "transparent"