mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-29 10:17:15 +00:00
Removed 'freeRebirth' modal and its associated strings
This commit is contained in:
parent
4bf1b94c1d
commit
31e7b052a1
2 changed files with 2 additions and 19 deletions
|
|
@ -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 %>"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue