diff --git a/src/ui.rs b/src/ui.rs index 28f8c86..4500aea 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -678,7 +678,7 @@ fn draw_table( .replace('\\', "\\\\") .replace('\n', "\\n"); - let vroot_indicator = if app.vroot.is_some() { "[v] " } else { "" }; + let vroot_indicator = if app.vroot.is_some() { "vroot:" } else { "" }; let table = Table::new(rows) .widths(&table_constraints)