Skip to content

Commit

Permalink
rename open/import in dropdown project menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sixertoy committed Aug 4, 2015
1 parent 8658391 commit c257680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/partials/views/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ explorer
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="#" ng-click="openModalNewProject()">Ouvrir un dossier...</a>
<a href="#" ng-click="openModalNewProject()">Importer...</a>
</li>
<li class="divider" ng-if="projects"></li>
<li ng-repeat="project in projects">
Expand Down

0 comments on commit c257680

Please sign in to comment.