mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
Merge pull request #2874 from lorian/inn-text
Added a second message under the "rest at the inn" button, explaining ho...
This commit is contained in:
commit
4814f479a4
1 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
button.btn.btn-lg.btn-success(ng-class='{active: user.preferences.sleep}', ng-click='User.user.ops.sleep({})')
|
||||
span(ng-show='user.preferences.sleep')=env.t('innCheckOut')
|
||||
span(ng-hide='user.preferences.sleep')=env.t('innCheckIn')
|
||||
=env.t('danielText2')
|
||||
.alert.alert-info(ng-show='user.preferences.sleep')
|
||||
=env.t('innText')
|
||||
|
||||
|
|
@ -106,7 +107,7 @@
|
|||
td
|
||||
a.label.label-contributor-8(ng-click='toggleUserTier($event)')=env.t('heroic')
|
||||
div
|
||||
p=env.t('heroicText')
|
||||
p=env.t('heroicText')
|
||||
tr
|
||||
td
|
||||
a.label.label-npc(ng-click='toggleUserTier($event)')=env.t('npc')
|
||||
|
|
|
|||
Loading…
Reference in a new issue