removed label

This commit is contained in:
VitaliyTr 2017-02-06 00:42:56 +07:00
parent c6feb9d9ff
commit 154fe60a28

View file

@ -93,7 +93,7 @@
if (_downloadButton && _downloadButton.length > 0) { if (_downloadButton && _downloadButton.length > 0) {
if (_detectedWallet && _platform) { if (_detectedWallet && _platform) {
_downloadButton.html(_detectedWallet.links[0].label + ': ' + _detectedWallet.name) _downloadButton.html(_detectedWallet.name)
.attr({ .attr({
title: _platform.os.toString() title: _platform.os.toString()
}) })