From 34ea132ba1531bd13a9f46a096e8a7c109fad461 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Sun, 7 May 2023 12:27:11 +0200 Subject: [PATCH] home: have a space after a comma --- gui/src/app/view/home.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/app/view/home.rs b/gui/src/app/view/home.rs index 828f80ab..0b043310 100644 --- a/gui/src/app/view/home.rs +++ b/gui/src/app/view/home.rs @@ -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), )