rename "clone device" to "create hidden wallet"

pull/3/head^2
Szymon Lesisz 6 years ago
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…
Cancel
Save