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:
Simon Larsen
2024-07-02 11:23:24 +01:00
parent 0000cbc53e
commit 43e9530fdb

View File

@@ -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>