mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28:09 +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' });
|
deviceMenuItems.push({ type: 'settings', label: 'Device settings' });
|
||||||
if (selected.features.passphrase_protection && selected.connected && selected.available) {
|
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) {
|
//if (selected.remember) {
|
||||||
deviceMenuItems.push({ type: 'forget', label: 'Forget device' });
|
deviceMenuItems.push({ type: 'forget', label: 'Forget device' });
|
||||||
|
Loading…
Reference in New Issue
Block a user