Skip to content

Commit

Permalink
Removed 'freeRebirth' modal and its associated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
hairlessbear committed Jun 13, 2015
1 parent 4bf1b94 commit 31e7b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
10 changes: 2 additions & 8 deletions common/locales/en/rebirth.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,5 @@
"rebirthOrb": "Used an Orb of Rebirth to start over after attaining Level",
"rebirthPop": "Begin a new character at Level 1 while retaining achievements, collectibles, and tasks with history.",
"rebirthName": "Orb of Rebirth",
"reborn": "Reborn, max level <%= reLevel %>",
"welcome100": "Welcome to Level 100!",
"intro100": "Now that you've hit level 100, you have the option to use the Orb of Rebirth for free at any time.",
"followup100": "While you can continue to level up, it will no longer boost your stats and no more content will unlock, to keep Habit fun for folks of all play styles.",
"rebirth100Info": "If you're ready to start a new adventure, you can Rebirth now... or see how much further you can push yourself.",
"rebirthWait": "I'll wait...",
"rebirthNow": "Rebirth Now!"
}
"reborn": "Reborn, max level <%= reLevel %>"
}
11 changes: 0 additions & 11 deletions website/views/shared/modals/rebirth.jade
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,3 @@ script(type='text/ng-template', id='modals/rebirth.html')
span.gem-cost(ng-if='user.stats.lvl < 100')
| 8&nbsp;
=env.t('gems')
script(type='text/ng-template', id='modals/freeRebirth.html')
.modal-header
h4=env.t('welcome100')
figure
.rebirth_orb
p=env.t('intro100')
p=env.t('followup100')
p=env.t('rebirth100Info')
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('rebirthWait')
a.btn.btn-danger(ng-click='$close(); rebirth()')=env.t('rebirthNow')

0 comments on commit 31e7b05

Please sign in to comment.