refactor(audiobook): update audiobook export modal generation message to include TTS options.

This commit is contained in:
Richard Roberson 2025-11-18 12:39:23 -07:00
parent 50538bfaba
commit ac194ed749

View file

@ -688,7 +688,7 @@ export function AudiobookExportModal({
{chapters.length === 0 && !isGenerating && !isLoadingExisting && (
<div className="text-center py-8">
<p className="text-sm text-muted">
Click &quot;Start Generation&quot; to begin creating your audiobook.
Generation will use current TTS playback options.
<br />
Individual chapters will appear here as they are generated.
</p>