A/B Testing, Round 2 (#8077)

* feat(analytics): A/B test 2016-09-26

* feat(tutorial): A/B variant text
This commit is contained in:
Sabe Jones
2016-09-26 17:10:43 -05:00
committed by GitHub
parent efc0469bef
commit 51ffe2c8c2
5 changed files with 11 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ function($rootScope, User, $timeout, $state, Analytics) {
{
state: 'tasks',
element: "h2.task-column_title.reward-title",
content: window.env.t('tourRewardsBrief'),
content: User.user.flags.armoireEnabled ? window.env.t('tourRewardsArmoire') : window.env.t('tourRewardsBrief'),
placement: "left",
proceed: window.env.t('tourRewardsProceed'),
gold: 4,