recovery view: some wording tweaks

This commit is contained in:
Antoine Poinsot 2023-05-07 12:58:34 +02:00
parent 0174943358
commit 6bf2912367
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -41,7 +41,7 @@ pub fn recovery<'a>(
Column::new()
.spacing(10)
.push(text(format!(
"{} recovery paths are available or will be available next block, select one:",
"{} recovery paths will be available at the next block, select one:",
recovery_paths.len()
)))
.push(Column::with_children(recovery_paths).spacing(10)),
@ -67,7 +67,7 @@ pub fn recovery<'a>(
)
.push(
Container::new(
form::Form::new("Feerate (sat/vbyte)", feerate, move |msg| {
form::Form::new("42 (sats/vbyte)", feerate, move |msg| {
Message::CreateSpend(CreateSpendMessage::FeerateEdited(msg))
})
.warning("Invalid feerate")