Apply suggestion from @Copilot

Carlos Alexandro Becker and Copilot created

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Change summary

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

Detailed changes

internal/tui/tui.go 🔗

@@ -463,7 +463,7 @@ func (a *appModel) handleKeyPressMsg(msg tea.KeyPressMsg) tea.Cmd {
 			Model: commands.NewCommandDialog(a.selectedSessionID),
 		})
 	case key.Matches(msg, a.keyMap.Models):
-		// if the app is not configured show no commands
+		// if the app is not configured show no models
 		if !a.isConfigured {
 			return nil
 		}