diff --git a/lib-nested-tty/src/lib.rs b/lib-nested-tty/src/lib.rs
index a95835e..b8b780f 100644
--- a/lib-nested-tty/src/lib.rs
+++ b/lib-nested-tty/src/lib.rs
@@ -56,10 +56,10 @@ impl DisplaySegment for nested::edit_tree::NestedNode {
                 }
                 
                 else {
-                make_label("no TerminalView port found")
+                make_label("?")
             }
         } else {
-            make_label("TTY Display not supported")
+            make_label("?")
             .map_item(|_p,a| a.add_style_back(TerminalStyle::fg_color((220, 30, 30))))
         }
     }