diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-02-05 21:40:17 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-05 21:40:17 -0500 |
| commit | df614cd0a044d224f2dc699740c323e319dcacf5 (patch) | |
| tree | 1382e8ca8f7fc377d98df718e261eb8b3cbf85b1 /pages | |
| parent | 0adafaaa910c9deaecc09cca06684f78d25410c0 (diff) | |
| parent | b4a6569e63a9d93728dde55384a8d5b98c406ad2 (diff) | |
| download | monzero-gui-df614cd0a044d224f2dc699740c323e319dcacf5.tar.gz monzero-gui-df614cd0a044d224f2dc699740c323e319dcacf5.tar.xz monzero-gui-df614cd0a044d224f2dc699740c323e319dcacf5.zip | |
Merge pull request #2712
b4a6569 History: add filter options in search field (rating89us)
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/History.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml index e8b7bf02..a8ae4c53 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -156,7 +156,7 @@ Rectangle { input.bottomPadding: 6 fontSize: 16 labelFontSize: 14 - placeholderText: qsTr("Search...") + translationManager.emptyString + placeholderText: qsTr("Search by Transaction ID, Address, Description, Amount or Blockheight") + translationManager.emptyString placeholderFontSize: 16 inputHeight: 34 onTextUpdated: { |
