Skip to content

Commit db9f002

Browse files
updated
1 parent e936207 commit db9f002

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

chapter-12/src/app/views/dashboard/account/AccountView/Notifications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Notifications = ({ className, ...rest }: Props) => {
3333
System
3434
</Typography>
3535
<Typography gutterBottom variant="body2" color="textSecondary">
36-
You will recieve emails in your business email address
36+
You will receive emails in your business email address
3737
</Typography>
3838
<div>
3939
<FormControlLabel
@@ -74,7 +74,7 @@ const Notifications = ({ className, ...rest }: Props) => {
7474
Chat App
7575
</Typography>
7676
<Typography gutterBottom variant="body2" color="textSecondary">
77-
You will recieve emails in your business email address
77+
You will receive emails in your business email address
7878
</Typography>
7979
<div>
8080
<FormControlLabel

chapter-13/src/app/layouts/dashboard-layout/dashboard-sidebar-navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const DashboardSidebarNavigation = () => {
7979
/>
8080
</Box>
8181
<Box mt={2} textAlign="center">
82-
<Typography>{`${profile.name}`}</Typography>
82+
<Typography>{profile.name}</Typography>
8383
<Typography variant="body2" color="textSecondary">
8484
Your tier: {profile.tier}
8585
</Typography>

chapter-13/src/app/views/dashboard/account/AccountView/Notifications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Notifications = ({ className, ...rest }: Props) => {
3333
System
3434
</Typography>
3535
<Typography gutterBottom variant="body2" color="textSecondary">
36-
You will recieve emails in your business email address
36+
You will receive emails in your business email address
3737
</Typography>
3838
<div>
3939
<FormControlLabel
@@ -74,7 +74,7 @@ const Notifications = ({ className, ...rest }: Props) => {
7474
Chat App
7575
</Typography>
7676
<Typography gutterBottom variant="body2" color="textSecondary">
77-
You will recieve emails in your business email address
77+
You will receive emails in your business email address
7878
</Typography>
7979
<div>
8080
<FormControlLabel

chapter-15/src/app/layouts/dashboard-layout/dashboard-sidebar-navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const DashboardSidebarNavigation = () => {
7979
/>
8080
</Box>
8181
<Box mt={2} textAlign="center">
82-
<Typography>{`${profile.name}`}</Typography>
82+
<Typography>{profile.name}</Typography>
8383
<Typography variant="body2" color="textSecondary">
8484
Your tier: {profile.tier}
8585
</Typography>

chapter-15/src/app/views/dashboard/account/AccountView/Notifications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Notifications = ({ className, ...rest }: Props) => {
3333
System
3434
</Typography>
3535
<Typography gutterBottom variant="body2" color="textSecondary">
36-
You will recieve emails in your business email address
36+
You will receive emails in your business email address
3737
</Typography>
3838
<div>
3939
<FormControlLabel
@@ -74,7 +74,7 @@ const Notifications = ({ className, ...rest }: Props) => {
7474
Chat App
7575
</Typography>
7676
<Typography gutterBottom variant="body2" color="textSecondary">
77-
You will recieve emails in your business email address
77+
You will receive emails in your business email address
7878
</Typography>
7979
<div>
8080
<FormControlLabel

0 commit comments

Comments
 (0)