diff --git a/gui/src/installer/view.rs b/gui/src/installer/view.rs index ed08aa1a..3f160c32 100644 --- a/gui/src/installer/view.rs +++ b/gui/src/installer/view.rs @@ -630,7 +630,7 @@ pub fn register_descriptor<'a>( .push( scrollable( Column::new() - .push(text(template.to_owned()).small()) + .push(text(template).small()) .push(Space::with_height(Length::Fixed(5.0))), ) .direction(