unify names (menus)

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-13 15:33:14 -03:00
commit 3ee31e2941
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ angular.module('copayApp.controllers').controller('CreateController',
$scope.isMobile = !!window.cordova;
$scope.hideAdv = true;
$scope.networkName = config.networkName;
$rootScope.title = 'Add new wallet';
$rootScope.title = 'Create new wallet';
// ng-repeat defined number of times instead of repeating over array?
$scope.getNumber = function(num) {

View file

@ -85,8 +85,8 @@
</a>
</li>
<li>
<a href="#!/create" class="db p20h" title="Add new wallet">
<i class="size-24 m20r fi-plus"></i> {{'Add new wallet' | translate }} </a>
<a href="#!/create" class="db p20h" title="Create new wallet">
<i class="size-24 m20r fi-plus"></i> {{'Create new wallet' | translate }} </a>
</li>
<li>
<a href="#!/join" class="db p20h" title="Join an existent wallet">