diff --git a/common/locales/en/rebirth.json b/common/locales/en/rebirth.json index cbed4474b8..0f7eb4adf3 100644 --- a/common/locales/en/rebirth.json +++ b/common/locales/en/rebirth.json @@ -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!" -} \ No newline at end of file + "reborn": "Reborn, max level <%= reLevel %>" +} diff --git a/website/views/shared/modals/rebirth.jade b/website/views/shared/modals/rebirth.jade index 81fb43fe8d..7870727027 100644 --- a/website/views/shared/modals/rebirth.jade +++ b/website/views/shared/modals/rebirth.jade @@ -50,14 +50,3 @@ script(type='text/ng-template', id='modals/rebirth.html') span.gem-cost(ng-if='user.stats.lvl < 100') | 8  =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')