Skip to content

Commit 6969baa

Browse files
committed
change event wording
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent c2c417b commit 6969baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/structures/RightPanel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ module.exports = React.createClass({
7171
},
7272

7373
onMemberListButtonClick: function() {
74-
Analytics.trackEvent('RightPanel', 'memberListButtonClick');
74+
Analytics.trackEvent('Right Panel', 'Member List Button', 'click');
7575
this.setState({ phase: this.Phase.MemberList });
7676
},
7777

7878
onFileListButtonClick: function() {
79-
Analytics.trackEvent('RightPanel', 'fileListButtonClick');
79+
Analytics.trackEvent('Right Panel', 'File List Button', 'click');
8080
this.setState({ phase: this.Phase.FilePanel });
8181
},
8282

8383
onNotificationListButtonClick: function() {
84-
Analytics.trackEvent('RightPanel', 'notificationListButtonClick');
84+
Analytics.trackEvent('Right Panel', 'Notification List Button', 'click');
8585
this.setState({ phase: this.Phase.NotificationPanel });
8686
},
8787

0 commit comments

Comments
 (0)