[i18n] Minor fix

stable
David Barragán Merino 2015-05-05 20:25:15 +02:00
parent 6d45aa5da2
commit 0b36a223b3
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class ProjectProfileController extends mixOf(taiga.Controller, taiga.PageMixin)
promise.then null, @.onInitialDataError.bind(@)
@scope.$on "project:loaded", =>
sectionName = @translate.instant( @scope.sectionName)
sectionName = @translate.instant(@scope.sectionName)
appTitle = @translate.instant("ADMIN.PROJECT_PROFILE.PAGE_TITLE", {sectionName: sectionName, projectName: @scope.project.name})
@appTitle.set(appTitle)

View File

@ -29,6 +29,6 @@ div.home-projects-list(ng-controller="ProjectsController as ctrl")
a.button-green.create-project-button(href="", ng-click="ctrl.newProject()", title="{{'PROJECT.NAVIGATION.ACTION_CREATE_PROJECT' | translate}}")
span(translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
div(tg-import-project-button)
a.button-blackish.import-project-button(href="", title="{{'PROJECT.TITLE_ACTION_IMPORT' | translate}}")
a.button-blackish.import-project-button(href="", title="{{'PROJECT.NAVIGATION.TITLE_ACTION_IMPORT' | translate}}")
span.icon.icon-upload
input.import-file.hidden(type="file")