chore: be specific about what is too small

This commit is contained in:
Christian Rocha
2025-07-22 14:50:29 -04:00
parent 199e315cf4
commit 9ce4fb6094

View File

@@ -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!"),
),
),
)