gui: Remove redundant "or" when filling up xpub in installer.
This commit is contained in:
parent
e8d0f492b9
commit
a7f2ca1cbe
@ -1133,11 +1133,7 @@ pub fn edit_key_modal<'a>(
|
||||
Row::new()
|
||||
.spacing(15)
|
||||
.width(Length::Fill)
|
||||
.push(
|
||||
text("Or connect a hardware wallet")
|
||||
.bold()
|
||||
.width(Length::Fill),
|
||||
)
|
||||
.push(text("Connect a hardware wallet").bold().width(Length::Fill))
|
||||
.push(button::border(None, "Refresh").on_press(Message::Reload))
|
||||
.align_items(Alignment::Center),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user