diff --git a/app/coffee/modules/admin/project-profile.coffee b/app/coffee/modules/admin/project-profile.coffee index ffbb97f0..64c00614 100644 --- a/app/coffee/modules/admin/project-profile.coffee +++ b/app/coffee/modules/admin/project-profile.coffee @@ -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) diff --git a/app/partials/project/projects.jade b/app/partials/project/projects.jade index d43133a6..2eb47170 100644 --- a/app/partials/project/projects.jade +++ b/app/partials/project/projects.jade @@ -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")