Skip to content

Commit 732f8bd

Browse files
committed
fix: update activity description
1 parent 9f4d350 commit 732f8bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
INSERT INTO "activityTypes" ("activityType", platform, "isCodeContribution", "isCollaboration", description, "label") VALUES
2-
('registered-event', 'cvent', false, false, 'Registered for a Cvent event', 'Registered for an event'),
3-
('attended-event', 'cvent', false, false, 'Attended a Cvent event', 'Attended an event');
2+
('registered-event', 'cvent', false, false, 'User registers to an event', 'Registered for an event'),
3+
('attended-event', 'cvent', false, false, 'User attends an event', 'Attended an event');

0 commit comments

Comments
 (0)