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