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
parent 99a82af5c4
commit 5df1ebd2a2
1 changed files with 2 additions and 2 deletions

View File

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