From 302d5448a68aa106c0f552a5d44a9731d5a9288e Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 3 Jul 2014 10:49:28 -0300 Subject: [PATCH] change backup to settings --- index.html | 2 +- js/controllers/backup.js | 2 +- js/controllers/header.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 339e7e7ce..07de1e7a0 100644 --- a/index.html +++ b/index.html @@ -807,7 +807,7 @@
-
Delete this wallet from this computer
+
Delete this wallet from this computer
diff --git a/js/controllers/backup.js b/js/controllers/backup.js index 7981abb42..c7fa10421 100644 --- a/js/controllers/backup.js +++ b/js/controllers/backup.js @@ -2,7 +2,7 @@ angular.module('copayApp.controllers').controller('BackupController', function($scope, $rootScope, $location, $window, $timeout, $modal, backupService, walletFactory, controllerUtils) { - $scope.title = 'Backup'; + $scope.title = 'Settings'; $scope.download = function() { backupService.download($rootScope.wallet); diff --git a/js/controllers/header.js b/js/controllers/header.js index a638f7a2c..3b340d113 100644 --- a/js/controllers/header.js +++ b/js/controllers/header.js @@ -15,8 +15,8 @@ angular.module('copayApp.controllers').controller('HeaderController', 'icon': 'fi-arrow-right', 'link': '#/send' }, { - 'title': 'Backup', - 'icon': 'fi-archive', + 'title': 'Settings', + 'icon': 'fi-wrench', 'link': '#/backup' }];