Fixing i18n filters in backlog
parent
4f5353b988
commit
eecdbf8ef3
|
@ -24,7 +24,7 @@ div.wrapper(tg-backlog, ng-controller="BacklogController as ctrl",
|
||||||
title="{{'BACKLOG.FILTERS.TOGGLE' | translate}}",
|
title="{{'BACKLOG.FILTERS.TOGGLE' | translate}}",
|
||||||
id="show-filters-button")
|
id="show-filters-button")
|
||||||
span.icon.icon-filter
|
span.icon.icon-filter
|
||||||
span.text(translate="BACKLOG.FILTERS.SHOW") Show Filters
|
span.text(translate="BACKLOG.FILTERS.SHOW")
|
||||||
a.trans-button(href="",
|
a.trans-button(href="",
|
||||||
title="{{'BACKLOG.TAGS.TOGGLE' | translate}}",
|
title="{{'BACKLOG.TAGS.TOGGLE' | translate}}",
|
||||||
id="show-tags")
|
id="show-tags")
|
||||||
|
|
Loading…
Reference in New Issue