change More to Settings and change the icon to fi-widget

This commit is contained in:
Manuel Araoz 2014-09-02 12:52:52 -03:00
commit 5df1ebd2a2

View file

@ -15,8 +15,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
'icon': 'fi-clipboard-pencil',
'link': 'history'
}, {
'title': 'More',
'icon': 'fi-download',
'title': 'Settings',
'icon': 'fi-widget',
'link': 'more'
}];