Skip to content

Commit de75f4f

Browse files
committed
fix typo in Notifications Settings form
1 parent d8ea763 commit de75f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/settings/routes/notifications/components/NotificationSettingsForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const topics = [
3131
]
3232
}, {
3333
title: 'Project status',
34-
description: 'Receive a notification any time your porject status changes',
34+
description: 'Receive a notification any time your project status changes',
3535
enabledMethods:['web', 'email'],
3636
types: [
3737
'notifications.connect.project.created',

0 commit comments

Comments
 (0)