unify names (menus)
This commit is contained in:
parent
088ba88e70
commit
3ee31e2941
2 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue