gui: wording nit on missing feerate when creating a spend.
This commit is contained in:
parent
a7f2ca1cbe
commit
c6127c41c9
@ -170,7 +170,7 @@ pub fn choose_coins_view<'a>(
|
||||
.push(text("Amount left to select:"))
|
||||
.push(text(amount_left.to_string()).bold())
|
||||
} else {
|
||||
Row::new().push(text("Please, define feerate"))
|
||||
Row::new().push(text("Feerate needs to be set."))
|
||||
})
|
||||
.width(Length::Fill),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user