Merge pull request #809 from maraoz/ui/settings-tab

change backup to settings tab
This commit is contained in:
Matias Alejo Garcia 2014-07-03 16:16:20 -03:00
commit 008199f4c0
4 changed files with 5 additions and 5 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'
}];