diff options
Diffstat (limited to 'ui/app/send.js')
-rw-r--r-- | ui/app/send.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/send.js b/ui/app/send.js index 8969e5fa3..ad749efe7 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -241,7 +241,7 @@ SendTransactionScreen.prototype.render = function () { ]), h('input.large-input.send-screen-input', { - placeholder: `0 ${currentCurrency}`, + placeholder: `0 ${activeCurrency}`, type: 'number', onChange: (event) => { this.setState({ |