aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/export-private-key-modal.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-25 13:48:20 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-25 13:48:20 +0800
commit62314318948067cddd97fe1092f9949a2b80bf7f (patch)
tree6f26742d5aa683494465fe24b7b211fb55d71334 /ui/app/components/modals/export-private-key-modal.js
parentebb2d38480f6fe4755a487a0b62ef6055e1e8d56 (diff)
downloadtangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar.gz
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar.bz2
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar.lz
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar.xz
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.tar.zst
tangerine-wallet-browser-62314318948067cddd97fe1092f9949a2b80bf7f.zip
Change download to show in Export Private Key Modal
Diffstat (limited to 'ui/app/components/modals/export-private-key-modal.js')
-rw-r--r--ui/app/components/modals/export-private-key-modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/modals/export-private-key-modal.js b/ui/app/components/modals/export-private-key-modal.js
index 80d7779ef..2d8470634 100644
--- a/ui/app/components/modals/export-private-key-modal.js
+++ b/ui/app/components/modals/export-private-key-modal.js
@@ -83,7 +83,7 @@ ExportPrivateKeyModal.prototype.renderButtons = function (privateKey, password,
(privateKey
? this.renderButton('btn-clear', () => hideModal(), 'Done')
- : this.renderButton('btn-clear', () => this.exportAccountAndGetPrivateKey(this.state.password, address), 'Download')
+ : this.renderButton('btn-clear', () => this.exportAccountAndGetPrivateKey(this.state.password, address), 'Show')
),
])
@@ -117,7 +117,7 @@ ExportPrivateKeyModal.prototype.render = function () {
h('div.account-modal-divider'),
- h('span.modal-body-title', 'Download Private Keys'),
+ h('span.modal-body-title', 'Show Private Keys'),
h('div.private-key-password', {}, [
this.renderPasswordLabel(privateKey),