Skip to content

Commit ac194ed

Browse files
committed
refactor(audiobook): update audiobook export modal generation message to include TTS options.
1 parent 50538bf commit ac194ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AudiobookExportModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ export function AudiobookExportModal({
688688
{chapters.length === 0 && !isGenerating && !isLoadingExisting && (
689689
<div className="text-center py-8">
690690
<p className="text-sm text-muted">
691-
Click &quot;Start Generation&quot; to begin creating your audiobook.
691+
Generation will use current TTS playback options.
692692
<br />
693693
Individual chapters will appear here as they are generated.
694694
</p>

0 commit comments

Comments
 (0)