From 6245f25b7ce4aa4a5cc9673f93646bb0a26549c9 Mon Sep 17 00:00:00 2001 From: Gilles Devillers Date: Tue, 17 Mar 2026 10:52:50 +0100 Subject: [PATCH] Fix typo "notification" --- src/views/Settings/NotificationSetting.jsx | 2 +- src/views/components/AddTaskModal.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Settings/NotificationSetting.jsx b/src/views/Settings/NotificationSetting.jsx index 264f6ce..ee22a23 100644 --- a/src/views/Settings/NotificationSetting.jsx +++ b/src/views/Settings/NotificationSetting.jsx @@ -611,7 +611,7 @@ const NotificationSetting = () => { Custom Notification - Notificaiton through other platform like Telegram or Pushover + Notification through other platform like Telegram or Pushover diff --git a/src/views/components/AddTaskModal.jsx b/src/views/components/AddTaskModal.jsx index f70abb6..cd32d02 100644 --- a/src/views/components/AddTaskModal.jsx +++ b/src/views/components/AddTaskModal.jsx @@ -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}