mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(I18N): Make Time Travel translatable
This commit is contained in:
parent
c287441cd9
commit
35b02cfdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ script(type='text/ng-template', id='partials/options.inventory.html')
|
|||
=env.t('equipment')
|
||||
li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.timetravelers') }")
|
||||
a(ui-sref='options.inventory.timetravelers')
|
||||
| Time Travelers
|
||||
=env.t('timeTravelers')
|
||||
|
||||
.tab-content
|
||||
.tab-pane.active
|
||||
|
|
|
|||
Loading…
Reference in a new issue