fix typos
This commit is contained in:
parent
f13e71b045
commit
59c13b3ff3
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
angular.module('copayApp.controllers').controller('HomeController', function($scope, $rootScope, $location, $timeout, notification, identityService, Compatibility, pinService, applicationService, isMobile) {
|
angular.module('copayApp.controllers').controller('HomeController', function($scope, $rootScope, $location, $timeout, notification, identityService, Compatibility, pinService, applicationService, isMobile) {
|
||||||
|
|
||||||
// Global functions (TODO should be somewere else)
|
// Global functions (TODO should be somewhere else)
|
||||||
$rootScope.go = function (path) {
|
$rootScope.go = function (path) {
|
||||||
$location.path(path);
|
$location.path(path);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,7 @@ angular.module('copayApp.services')
|
||||||
});
|
});
|
||||||
|
|
||||||
iden.on('noWallets', function() {
|
iden.on('noWallets', function() {
|
||||||
notification.warning('No Wallets','Your profile has no wallet. Create one here');
|
notification.warning('No Wallets','Your profile has no wallets. Create one here');
|
||||||
$rootScope.starting = false;
|
$rootScope.starting = false;
|
||||||
$location.path('/create');
|
$location.path('/create');
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
</div>
|
</div>
|
||||||
<b>Copay now needs a profile to access wallets.</b>
|
<b>Copay now needs a profile to access wallets.</b>
|
||||||
You can import your current wallets after
|
You can import your current wallets after
|
||||||
<a class="text-white" ng-click="$root.go('#!/createProfile')">creating your profile</a>
|
<a class="text-white" ng-click="$root.go('/createProfile')">creating your profile</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="p10 box-setup bg-success m20b text-white" ng-show="pendingPayment">
|
<div class="p10 box-setup bg-success m20b text-white" ng-show="pendingPayment">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue