mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Revert "improve(translations): translate death modal"
This reverts commit 50333026b6.
This commit is contained in:
parent
50333026b6
commit
eec6ead971
1 changed files with 4 additions and 3 deletions
|
|
@ -5,10 +5,11 @@ div(modal='user.stats.hp <= 0', options='{backdrop:true, keyboard:false, backdro
|
|||
figure.notification-character
|
||||
.GrimReaper
|
||||
.span8
|
||||
h2=env.t('deathTitle')
|
||||
h2 You Died!
|
||||
.row-fluid
|
||||
.span4
|
||||
p
|
||||
a.btn.btn-danger.btn-large.notification-action(ng-click='user.ops.revive({})')=env.t('continue')
|
||||
a.btn.btn-danger.btn-large.notification-action(ng-click='user.ops.revive({})') Continue
|
||||
.span8
|
||||
p=env.t('deathText')
|
||||
p
|
||||
| You've lost a Level, all your Gold, and a random piece of Equipment. Arise, Habiteer, and try again! Curb those negative Habits, be vigilant in completion of Dailies, and hold death at arm's length with a Health Potion if you falter!
|
||||
|
|
|
|||
Loading…
Reference in a new issue