aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-26 07:54:43 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-26 07:54:43 +0800
commitb3613232a2817ac32d624950164d6269a7ce16e7 (patch)
tree99c0c09d4c10ccb1b672f496d71a18fd55a10d2b /app/scripts
parentf7688ac3cf8939057013667f544d57dcb73937a5 (diff)
downloadtangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar.gz
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar.bz2
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar.lz
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar.xz
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.tar.zst
tangerine-wallet-browser-b3613232a2817ac32d624950164d6269a7ce16e7.zip
Rename wallet to account
Fixes #762
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/lib/idStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js
index 402a5e612..6b492e040 100644
--- a/app/scripts/lib/idStore.js
+++ b/app/scripts/lib/idStore.js
@@ -426,7 +426,7 @@ IdentityStore.prototype._loadIdentities = function () {
// // add to ethStore
this._ethStore.addAccount(ethUtil.addHexPrefix(address))
// add to identities
- const defaultLabel = 'Wallet ' + (i + 1)
+ const defaultLabel = 'Account ' + (i + 1)
const nickname = configManager.nicknameForWallet(address)
var identity = {
name: nickname || defaultLabel,