mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(inn): see https://github.com/HabitRPG/habitrpg-shared/pull/231
This commit is contained in:
parent
709fb2b706
commit
2822ce233f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
span(ng-hide='user.preferences.sleep')=env.t('innCheckIn')
|
||||
=env.t('danielText2')
|
||||
.alert.alert-info(ng-show='user.preferences.sleep')
|
||||
=env.t('innText')
|
||||
=env.t('innText',{name:"{{user.profile.name}}"})
|
||||
|
||||
// Resources
|
||||
.panel.panel-default
|
||||
|
|
|
|||
Loading…
Reference in a new issue