From 5df1ebd2a217d253af9ccbf887db706c439b475e Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 2 Sep 2014 12:52:52 -0300 Subject: [PATCH] change More to Settings and change the icon to fi-widget --- js/controllers/sidebar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index 53078296c..54fc3df8c 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -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' }];