Small translation bug on issues list

stable
Jesús Espino 2017-11-23 14:06:40 +01:00
parent 0c525d972a
commit 43b820bda2
1 changed files with 1 additions and 1 deletions

View File

@ -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)