fix: change wording loader go back button

close #1789
This commit is contained in:
edouardparis 2025-07-24 15:19:38 +02:00
parent 8c06168d0d
commit e52b3f192e

View File

@ -512,7 +512,8 @@ pub fn view(step: &Step) -> Element<ViewMessage> {
Row::new()
.spacing(10)
.push(
button::secondary(None, "Use another Bitcoin network")
button::secondary(None, "Back")
.width(Length::Fixed(200.0))
.on_press(ViewMessage::SwitchNetwork),
)
.push(