gui: wording nit on missing feerate when creating a spend.

This commit is contained in:
Antoine Poinsot 2023-02-05 15:25:54 +01:00
parent a7f2ca1cbe
commit c6127c41c9
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -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),
)