Merge pull request #75 from GilDev/patch-1

Fix typo "notification"
This commit is contained in:
Mohamad Tarbin
2026-03-30 01:08:16 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -611,7 +611,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'>

View File

@@ -1012,11 +1012,11 @@ const TaskInput = ({ autoFocus, onChoreUpdate, isModalOpen, onClose }) => {
if (
metadata.notifications !== notificationMetadata.templates
) {
const newNotificaitonMetadata = {
const newNotificationMetadata = {
...notificationMetadata,
templates: metadata.notifications,
}
setNotificationMetadata(newNotificaitonMetadata)
setNotificationMetadata(newNotificationMetadata)
}
}}
value={notificationMetadata}