remove '...' from More tab name

This commit is contained in:
Manuel Araoz 2014-07-21 16:25:47 -03:00
parent 1e44ce2cc7
commit 1d6e4b897f
1 changed files with 1 additions and 1 deletions

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'
}]; }];