change backup to settings

This commit is contained in:
Manuel Araoz 2014-07-03 10:49:28 -03:00
commit 302d5448a6
3 changed files with 4 additions and 4 deletions

View file

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