diff options
author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-08-23 02:57:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 02:57:19 +0800 |
commit | 21a6fdc1748424e84d12156552d344c622c03dd1 (patch) | |
tree | feef8ed1dfa9431f6d5ee002c7b3589176392953 /ui/app/components/send/send-content/send-to-row/send-to-row.component.js | |
parent | babd59a2dc64e15ef2a415e349ef12d5b995e2e7 (diff) | |
parent | 7294aede4fc33e950f84147f1b7402675f53398d (diff) | |
download | tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar.gz tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar.bz2 tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar.lz tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar.xz tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.tar.zst tangerine-wallet-browser-21a6fdc1748424e84d12156552d344c622c03dd1.zip |
Merge pull request #5111 from MetaMask/sender-to-recipient2
Add new variant for SenderToRecipient component
Diffstat (limited to 'ui/app/components/send/send-content/send-to-row/send-to-row.component.js')
-rw-r--r-- | ui/app/components/send/send-content/send-to-row/send-to-row.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send/send-content/send-to-row/send-to-row.component.js b/ui/app/components/send/send-content/send-to-row/send-to-row.component.js index 1163dcffc..434db81e5 100644 --- a/ui/app/components/send/send-content/send-to-row/send-to-row.component.js +++ b/ui/app/components/send/send-content/send-to-row/send-to-row.component.js @@ -48,7 +48,7 @@ export default class SendToRow extends Component { return ( <SendRowWrapper errorType={'to'} - label={`${this.context.t('to')}`} + label={`${this.context.t('to')}: `} showError={inError} > <EnsInput |