[i18n] Minor fix
parent
6d45aa5da2
commit
0b36a223b3
|
@ -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)
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue