remove '...' from More tab name
This commit is contained in:
parent
1e44ce2cc7
commit
1d6e4b897f
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
}];
|
}];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue