mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
rename "clone device" to "create hidden wallet"
This commit is contained in:
parent
afcaddfacd
commit
f0dc9d315d
@ -154,7 +154,7 @@ export class DeviceDropdown extends Component<Props> {
|
||||
|
||||
deviceMenuItems.push({ type: 'settings', label: 'Device settings' });
|
||||
if (selected.features.passphrase_protection && selected.connected && selected.available) {
|
||||
deviceMenuItems.push({ type: 'clone', label: 'Clone device' });
|
||||
deviceMenuItems.push({ type: 'clone', label: 'Create hidden wallet' });
|
||||
}
|
||||
//if (selected.remember) {
|
||||
deviceMenuItems.push({ type: 'forget', label: 'Forget device' });
|
||||
|
Loading…
Reference in New Issue
Block a user