Skip to content

Commit

Permalink
fix: "Male voice" to "Female voice" mathiasfc#15
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsMIT1 committed Sep 28, 2023
1 parent 82a3af5 commit 57e6261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ const AppSettings = ({ darkMode, setDarkMode }: AppSettingsProps) => {
inputProps={{ 'aria-label': 'Male voice' }}
className="setting-switch"
/>
<span>Male voice</span>
<span>Female voice</span>
{/* changed this line text from Male voice to Female voice */}
</div>
</s.Settings>
</s.SettingsContainer>
Expand Down

0 comments on commit 57e6261

Please sign in to comment.