remove '...' from More tab name

This commit is contained in:
Manuel Araoz 2014-07-21 16:25:47 -03:00
commit 1d6e4b897f

View file

@ -15,7 +15,7 @@ angular.module('copayApp.controllers').controller('HeaderController',
'icon': 'fi-arrow-right', 'icon': 'fi-arrow-right',
'link': '#/send' 'link': '#/send'
}, { }, {
'title': 'More...', 'title': 'More',
'icon': 'fi-download', 'icon': 'fi-download',
'link': '#/backup' 'link': '#/backup'
}]; }];