diff --git a/services/web/public/coffee/settings/DropboxSettingsManager.coffee b/services/web/public/coffee/settings/DropboxSettingsManager.coffee index 1f5953835f..b4fd801bd3 100644 --- a/services/web/public/coffee/settings/DropboxSettingsManager.coffee +++ b/services/web/public/coffee/settings/DropboxSettingsManager.coffee @@ -17,11 +17,11 @@ define [ @tab.empty() if !@ide.isAllowedToDoIt "owner" else if !@project.get('features').dropbox - ga('send', 'event', 'subscription-funnel', 'askToUpgrade', "dropdown") + ga('send', 'event', 'subscription-funnel', 'askToUpgrade', "dropbox") accountManager.askToUpgrade @ide, onUpgrade: => @checkIfUserIsLinkedToDropbox() - ga('send', 'event', 'subscription-funnel', 'upgraded-free-trial', "dropdown") + ga('send', 'event', 'subscription-funnel', 'upgraded-free-trial', "dropbox") else @checkIfUserIsLinkedToDropbox()