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) {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue