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) {