diff --git a/public/views/backup.html b/public/views/backup.html
index d45c82790..65b1da6c1 100644
--- a/public/views/backup.html
+++ b/public/views/backup.html
@@ -1,7 +1,7 @@
+ ng-init="titleSection='Backup'; closeToHome = 'true'">
diff --git a/src/js/routes.js b/src/js/routes.js
index 7b963db06..90d408c3d 100644
--- a/src/js/routes.js
+++ b/src/js/routes.js
@@ -434,39 +434,6 @@ angular
},
}
})
- .state('backupWords', {
- url: '/backupWords',
- templateUrl: 'views/backupWords.html',
- walletShouldBeComplete: true,
- needProfile: true,
- views: {
- 'main': {
- templateUrl: 'views/backupWords.html'
- },
- }
- })
- .state('backupPassphrase', {
- url: '/backupPassphrase',
- templateUrl: 'views/backupPassphrase.html',
- walletShouldBeComplete: true,
- needProfile: true,
- views: {
- 'main': {
- templateUrl: 'views/backupPassphrase.html'
- },
- }
- })
- .state('backupConfirm', {
- url: '/backupConfirm',
- templateUrl: 'views/backupConfirm.html',
- walletShouldBeComplete: true,
- needProfile: true,
- views: {
- 'main': {
- templateUrl: 'views/backupConfirm.html'
- },
- }
- })
.state('preferencesGlobal', {
url: '/preferencesGlobal',
needProfile: true,