Skip to content

Commit

Permalink
improve Ledger Dashboard message as per issue #25
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Nov 19, 2016
1 parent b2bf961 commit d66dd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/greenwallet/services/btchip.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function factory ($q, $uibModal, $rootScope, focus, notices) {
function pleaseOpenApp () {
notices.makeNotice(
'error',
window.gettext('Ledger Dashboard detected, please open the Bitcoin app to access.')
window.gettext('Ledger Dashboard detected, please open the Bitcoin app on the device to access.')
);
}

Expand Down

0 comments on commit d66dd27

Please sign in to comment.