Use human readable name

This commit is contained in:
Blade Barringer
2015-08-12 22:16:30 -05:00
parent 9a27b2e8cb
commit ceec310e5f
4 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ function _formatUserData(user) {
}
properties.tutorialComplete = user.flags && user.flags.tour && user.flags.tour.intro === -2;
properties.numberOfTasks = {
properties["Number Of Tasks"] = {
habits: user.habits.length,
dailys: user.dailys.length,
todos: user.todos.length,