diff --git a/pkg/interface/src/views/apps/notifications/graph.tsx b/pkg/interface/src/views/apps/notifications/graph.tsx index 64fc5c7fd2..02351e6455 100644 --- a/pkg/interface/src/views/apps/notifications/graph.tsx +++ b/pkg/interface/src/views/apps/notifications/graph.tsx @@ -44,7 +44,7 @@ function describeNotification(description: string, plural: boolean) { return `left ${pluralize("comment", plural)} on`; case "edit-comment": return `updated ${pluralize("comment", plural)} on`; - case "new-note": + case "note": return `posted ${pluralize("note", plural)} to`; case "edit-note": return `updated ${pluralize("note", plural)} in`;