aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/ui/hub.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py
index 5c312cf..0471711 100644
--- a/app/ui/hub.py
+++ b/app/ui/hub.py
@@ -1195,9 +1195,9 @@ def _audiocpp_fields(stdscr, api_url: Optional[str] = None,
tui.form); validate's echo calls it without one.
"""
if local:
- return ("No .wav files available to clone — run Configure "
- "Backends → audio.cpp and add voices to its "
- "voice-clone .wav directory.")
+ return ("No .wav files available to clone\n"
+ "Go to Configure Backends → Configure audio.cpp and "
+ "set a voice clone directory.")
return ("No .wav files available to clone — the audio.cpp server "
f"at {url} hosts none. Configure its voice-clone .wav "
"directory on that machine.")