diff --git a/src/js/get-dash.js b/src/js/get-dash.js index cce834f..d26b171 100644 --- a/src/js/get-dash.js +++ b/src/js/get-dash.js @@ -93,7 +93,7 @@ if (_downloadButton && _downloadButton.length > 0) { if (_detectedWallet && _platform) { - _downloadButton.html(_detectedWallet.links[0].label + ': ' + _detectedWallet.name) + _downloadButton.html(_detectedWallet.name) .attr({ title: _platform.os.toString() })