From a950339f01c6e2b60406d0bcee63edcc7e6097ee Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 19 Jul 2015 08:41:45 -0500 Subject: [PATCH] Clarify cron --- common/script/index.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/script/index.coffee b/common/script/index.coffee index cb85388429..e4605a1a07 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -1812,7 +1812,8 @@ api.wrap = (user, main=true) -> analyticsData = { category: 'behavior', - gaLabel: user.flags.cronCount, + gaLabel: 'Cron Count', + gaValue: user.flags.cronCount, uuid: user._id, user: user, resting: user.preferences.sleep,