home: have a space after a comma

This commit is contained in:
Antoine Poinsot 2023-05-07 12:27:11 +02:00
parent a884b46102
commit 34ea132ba1
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -57,7 +57,7 @@ pub fn home_view<'a>(
.push(
h4_regular(format!(
"≈ {} left before first recovery path becomes available.",
coins::expire_message_units(sequence).join(",")
coins::expire_message_units(sequence).join(", ")
))
.width(Length::Fill),
)