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