refactor(audiobook): update audiobook export modal generation message to include TTS options.
This commit is contained in:
parent
50538bfaba
commit
ac194ed749
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ export function AudiobookExportModal({
|
||||||
{chapters.length === 0 && !isGenerating && !isLoadingExisting && (
|
{chapters.length === 0 && !isGenerating && !isLoadingExisting && (
|
||||||
<div className="text-center py-8">
|
<div className="text-center py-8">
|
||||||
<p className="text-sm text-muted">
|
<p className="text-sm text-muted">
|
||||||
Click "Start Generation" to begin creating your audiobook.
|
Generation will use current TTS playback options.
|
||||||
<br />
|
<br />
|
||||||
Individual chapters will appear here as they are generated.
|
Individual chapters will appear here as they are generated.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue