mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user