From 0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 2 Sep 2026 19:33:11 -0400 Subject: fix: remove overlong text in config backend tui --- app/ui/hub.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ui/hub.py b/app/ui/hub.py index d576964..afb8a30 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -235,8 +235,7 @@ class _Hub: self.stdscr, "Configure Backends", options, back_value=tui.Wizard.BACK, help_lines=["Install, update, configure, or remove a TTS " - "backend. 'Update tts-audiobook-generator' " - "refreshes this tool's own checkout instead."], + "backend."], table_rows=_status_rows(statuses), notice_lines=_notice_lines()) if choice is tui.Wizard.BACK: -- cgit v1.2.3