diff --git a/views/options/inventory/index.jade b/views/options/inventory/index.jade index f57e406c85..1671d70eac 100644 --- a/views/options/inventory/index.jade +++ b/views/options/inventory/index.jade @@ -5,17 +5,17 @@ script(type='text/ng-template', id='partials/options.inventory.html') ul.nav.nav-tabs li(ng-class="{ active: $state.includes('options.inventory.drops') }") a(ui-sref='options.inventory.drops') - | Market + =env.t('market') li(ng-class="{ active: $state.includes('options.inventory.pets') }") a(ui-sref='options.inventory.pets') - | Pets + =env.t('pets') li(ng-class="{ active: $state.includes('options.inventory.mounts') }") a(ui-sref='options.inventory.mounts') - | Mounts + =env.t('mounts') li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.equipment') }") a(ui-sref='options.inventory.equipment') - | Equipment + =env.t('equipment') .tab-content .tab-pane.active - div(ui-view) \ No newline at end of file + div(ui-view)