aboutsummaryrefslogtreecommitdiff
path: root/app/ui/hub.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-09-02 19:33:11 -0400
committerhistoria <historiavg@proton.me>2026-09-02 19:33:11 -0400
commit0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d (patch)
tree48dbd33ca1f901d58cbc61e5d03b085a32f61db0 /app/ui/hub.py
parentb5bb90e15a6e17fc9b5061792f6b158199fa91bb (diff)
downloadtts-audiobook-generator-0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d.tar.gz
fix: remove overlong text in config backend tui
Diffstat (limited to 'app/ui/hub.py')
-rw-r--r--app/ui/hub.py3
1 files changed, 1 insertions, 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: