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'
}];