chore: be specific about what is too small

Christian Rocha created

Change summary

internal/tui/tui.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/tui/tui.go 🔗

@@ -414,7 +414,7 @@ func (a *appModel) View() tea.View {
 							Foreground(t.White).
 							BorderStyle(lipgloss.RoundedBorder()).
 							BorderForeground(t.Primary).
-							Render("Too small!"),
+							Render("Window too small!"),
 					),
 			),
 		)