diff options
Diffstat (limited to 'app/ui')
| -rw-r--r-- | app/ui/hub.py | 3 |
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: |
