diff --git a/app/coffee/modules/issues/list.coffee b/app/coffee/modules/issues/list.coffee index f4c1c565..6162b669 100644 --- a/app/coffee/modules/issues/list.coffee +++ b/app/coffee/modules/issues/list.coffee @@ -70,7 +70,7 @@ class IssuesController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi @navUrls, @events, @analytics, @translate, @errorHandlingService, @storage, @filterRemoteStorageService, @projectService) -> bindMethods(@) - @scope.sectionName = "Issues" + @scope.sectionName = @translate.instant("PROJECT.SECTION.ISSUES") @.voting = false return if @.applyStoredFilters(@params.pslug, @.filtersHashSuffix)