[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

@ -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}}") 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") span(translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
div(tg-import-project-button) 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 span.icon.icon-upload
input.import-file.hidden(type="file") input.import-file.hidden(type="file")