Skip to content

Commit a27eca4

Browse files
committed
fixes
1 parent 171bdf4 commit a27eca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/controllers/walletHome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ angular.module('copayApp.controllers')
998998
window.ignoreMobilePause = true;
999999
}
10001000
window.plugins.socialsharing.shareWithOptions({
1001-
message: "Here is your link to receive bytes", subject: "You received byteball transaction", url: "Your link: https://byteball.org/openapp.html#textcoin?" + mnemonic
1001+
message: "Here is your link to receive bytes https://byteball.org/openapp.html#textcoin?" + mnemonic, subject: "You received byteball transaction"
10021002
});
10031003
} else {
10041004
self.openShareTextcoinModal(null, mnemonic);

0 commit comments

Comments
 (0)