Skip to content

Commit

Permalink
fix(tts): minor wording adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
marisademeglio committed Jan 8, 2025
1 parent 9eb884c commit 8965968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/TtsBrowseVoices/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export function TtsBrowseVoicesConfigPane({
></VoicePreview>
{preferredVoices.find((v) => v.id == voiceId) ? (
<p className="voice-already-exists">
<i>This voice is already in your list.</i>
<i>This voice is in your list.</i>
</p>
) : (
<button
Expand Down

0 comments on commit 8965968

Please sign in to comment.