From 57e62615ea6915a7080f372de1e290559467e409 Mon Sep 17 00:00:00 2001
From: Shiva <83615352+hubsMIT1@users.noreply.github.com>
Date: Thu, 28 Sep 2023 07:07:50 +0530
Subject: [PATCH] fix: "Male voice" to "Female voice" #15
---
src/components/AppSettings/index.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/AppSettings/index.tsx b/src/components/AppSettings/index.tsx
index 7e7c269..497b5c2 100644
--- a/src/components/AppSettings/index.tsx
+++ b/src/components/AppSettings/index.tsx
@@ -94,7 +94,8 @@ const AppSettings = ({ darkMode, setDarkMode }: AppSettingsProps) => {
inputProps={{ 'aria-label': 'Male voice' }}
className="setting-switch"
/>
- Male voice
+ Female voice
+ {/* changed this line text from Male voice to Female voice */}