Merge #526: gui: minor wording fix

41978be064f2f7191e24124f21ae813426b74d19 minor wording fix (pythcoiner)

Pull request description:

  fixes #515

ACKs for top commit:
  darosior:
    utACK 41978be064f2f7191e24124f21ae813426b74d19

Tree-SHA512: c5594c1509e9d7e834a021be83c6a804381e071755ed4a671aaa0b18c2d141a2a1a4c93d0389d75343e11c823053b33178299a0d783e873ab852c30520a76877
This commit is contained in:
Antoine Poinsot 2023-05-14 13:40:42 +02:00
commit 2644a47b17
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -283,7 +283,9 @@ pub fn recipient_view<'a>(
form::Form::new("0.001 (in BTC)", amount, move |msg| {
CreateSpendMessage::RecipientEdited(index, "amount", msg)
})
.warning("Invalid amount. Must be > 0.00005000 BTC.")
.warning(
"Invalid amount. (Note amounts lower than 0.00005 BTC are invalid.)",
)
.size(20)
.padding(10),
)