Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Dec 24, 2023
1 parent 3436f12 commit 3ea8f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/models/TTS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BooleanField from '../form/BooleanField';
import Button from '../form/Button';
import { encodeBuffer } from '../../utils/audio';

export const title = 'Test To Speech';
export const title = 'Text To Speech';

export { default as Settings } from './common/Settings';

Expand Down

0 comments on commit 3ea8f51

Please sign in to comment.