mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore: Update notification method description in NotificationSettings.tsx
This commit updates the description of the notification methods in the NotificationSettings.tsx file. The previous description mentioned "custom porbe" instead of "custom probe". This change improves the accuracy and clarity of the description, ensuring that it correctly reflects the purpose of the notification methods.
This commit is contained in:
@@ -193,7 +193,7 @@ const Settings: FunctionComponent<PageComponentProps> = (): ReactElement => {
|
||||
],
|
||||
title: "Probe Notifications",
|
||||
description:
|
||||
"Here are the list of notification methods we will use when an event happens on a custom porbe.",
|
||||
"Here are the list of notification methods we will use when an event happens on a custom probe.",
|
||||
})}
|
||||
</div>
|
||||
</Fragment>
|
||||
|
||||
Reference in New Issue
Block a user