Fix section name of user story detail page

stable
David Barragán Merino 2014-07-29 00:19:30 +02:00
parent 8ba8553217
commit d23553f012
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class UserStoryDetailController extends mixOf(taiga.Controller, taiga.PageMixin)
constructor: (@scope, @rootscope, @repo, @confirm, @rs, @params, @q, @location) ->
@scope.issueRef = @params.issueref
@scope.sectionName = "User Story"
@scope.sectionName = "User Story Details"
promise = @.loadInitialData()
promise.then null, ->