Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/Settings/NotificationSetting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const NotificationSetting = () => {
<div className='grid gap-4 py-4' id='notifications'>
<Typography level='h3'>Device Notification</Typography>
<Divider />
<Typography level='body-md'>Manage your Device Notificaiton</Typography>
<Typography level='body-md'>Manage your Device Notification</Typography>

<FormControl orientation='horizontal'>
<Switch
Expand Down Expand Up @@ -323,7 +323,7 @@ const NotificationSetting = () => {
<Typography level='h3'>Custom Notification</Typography>
<Divider />
<Typography level='body-md'>
Notificaiton through other platform like Telegram or Pushover
Notification through other platform like Telegram or Pushover
</Typography>

<FormControl orientation='horizontal'>
Expand Down