change settings tab name
This commit is contained in:
parent
141e8bddd3
commit
360ccd724d
3 changed files with 3 additions and 5 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('BackupController',
|
||||
function($scope, $rootScope, $location, $window, $timeout, $modal, backupService, walletFactory, controllerUtils) {
|
||||
$scope.title = 'Settings';
|
||||
|
||||
$scope.download = function() {
|
||||
backupService.download($rootScope.wallet);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue