mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(I18N): Remove more hardcoded text
This commit is contained in:
parent
29f693cd24
commit
8cd1ea48db
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
|
||||||
li
|
li
|
||||||
a(ui-sref='options.inventory.equipment')=env.t('equipment')
|
a(ui-sref='options.inventory.equipment')=env.t('equipment')
|
||||||
li
|
li
|
||||||
a(ui-sref='options.inventory.timetravelers') Time Travelers
|
a(ui-sref='options.inventory.timetravelers')=env.t('timeTravelers')
|
||||||
li.toolbar-button-dropdown
|
li.toolbar-button-dropdown
|
||||||
a(target="_blank" ng-href='http://data.habitrpg.com?uuid={{user._id}}')
|
a(target="_blank" ng-href='http://data.habitrpg.com?uuid={{user._id}}')
|
||||||
span=env.t('data')
|
span=env.t('data')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue