Skip to content

Commit

Permalink
fix #9742
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Jan 7, 2020
1 parent 392c291 commit 052f7c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/status_im/ui/screens/wallet/send/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@
:placeholder "0.0 "}]
[asset-selector tx]
(when amount-error
[tooltip/tooltip amount-error {:bottom-value 2
:font-size 12}])]
[tooltip/tooltip (if from
amount-error
(i18n/label :t/select-account-first))
{:bottom-value 2
:font-size 12}])]
[components/separator]
(when-not small-screen?
[list-item/list-item {:type :section-header :title :t/from}])
Expand Down
1 change: 1 addition & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@
"security": "Security",
"see-details": "See details",
"see-it-again": "SEE IT AGAIN",
"select-account-first": "Select an account first",
"select-chat": "Select chat to start messaging",
"selected": "Selected",
"select": "Select",
Expand Down

0 comments on commit 052f7c4

Please sign in to comment.