aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/account-dropdowns.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-ui/app/components/account-dropdowns.js')
-rw-r--r--old-ui/app/components/account-dropdowns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/account-dropdowns.js b/old-ui/app/components/account-dropdowns.js
index 7a2357921..53468a1a1 100644
--- a/old-ui/app/components/account-dropdowns.js
+++ b/old-ui/app/components/account-dropdowns.js
@@ -79,7 +79,7 @@ class AccountDropdowns extends Component {
try { // Sometimes keyrings aren't loaded yet:
const type = keyring.type
const isLoose = type !== 'HD Key Tree'
- return isLoose ? h('.keyring-label', 'LOOSE') : null
+ return isLoose ? h('.keyring-label', 'IMPORTED') : null
} catch (e) { return }
}