From ac194ed7495e8972d7e2475ff5c51f07cbd8d170 Mon Sep 17 00:00:00 2001 From: Richard Roberson Date: Tue, 18 Nov 2025 12:39:23 -0700 Subject: [PATCH] refactor(audiobook): update audiobook export modal generation message to include TTS options. --- src/components/AudiobookExportModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AudiobookExportModal.tsx b/src/components/AudiobookExportModal.tsx index c36970c..51fc052 100644 --- a/src/components/AudiobookExportModal.tsx +++ b/src/components/AudiobookExportModal.tsx @@ -688,7 +688,7 @@ export function AudiobookExportModal({ {chapters.length === 0 && !isGenerating && !isLoadingExisting && (

- Click "Start Generation" to begin creating your audiobook. + Generation will use current TTS playback options.
Individual chapters will appear here as they are generated.