From fb3187b58ee71cf905af2a741ac7092f19c9d003 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 28 May 2017 13:26:33 +0100 Subject: [PATCH] change event wording Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/dialogs/BaseDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/BaseDialog.js b/src/components/views/dialogs/BaseDialog.js index 8c3e9d687c..f2ea4eda95 100644 --- a/src/components/views/dialogs/BaseDialog.js +++ b/src/components/views/dialogs/BaseDialog.js @@ -67,7 +67,7 @@ export default React.createClass({ }, render: function() { - Analytics.trackEvent('Dialog', 'mount', this.props.title); + Analytics.trackEvent('Dialog', this.props.title, 'mount'); const TintableSvg = sdk.getComponent("elements.TintableSvg"); return (