@@ -682,7 +682,7 @@ angular.module('copayApp.controllers')
682
682
683
683
this . openShareTextcoinModal = function ( addr , mnemonic , isResend ) {
684
684
var text = "Your link: https://byteball.org/openapp.html#textcoin?" + mnemonic ;
685
- var subject = "You received byteball transaction " ;
685
+ var subject = "Byteball user beamed you money " ;
686
686
$rootScope . modalOpened = true ;
687
687
var fc = profileService . focusedClient ;
688
688
var ModalInstanceCtrl = function ( $scope , $modalInstance ) {
@@ -998,7 +998,7 @@ angular.module('copayApp.controllers')
998
998
window . ignoreMobilePause = true ;
999
999
}
1000
1000
window . plugins . socialsharing . shareWithOptions ( {
1001
- message : "Here is your link to receive bytes https://byteball.org/openapp.html#textcoin?" + mnemonic , subject : "You received byteball transaction "
1001
+ message : "Here is your link to receive bytes https://byteball.org/openapp.html#textcoin?" + mnemonic , subject : "Byteball user beamed you money "
1002
1002
} ) ;
1003
1003
} else {
1004
1004
self . openShareTextcoinModal ( null , mnemonic ) ;
@@ -1477,7 +1477,7 @@ angular.module('copayApp.controllers')
1477
1477
window . ignoreMobilePause = true ;
1478
1478
}
1479
1479
window . plugins . socialsharing . shareWithOptions ( {
1480
- message : "Here is your link to receive bytes: https://byteball.org/openapp.html#textcoin?" + btx . mnemonic , subject : "You received byteball transaction "
1480
+ message : "Here is your link to receive bytes: https://byteball.org/openapp.html#textcoin?" + btx . mnemonic , subject : "Byteball user beamed you money "
1481
1481
} ) ;
1482
1482
} else {
1483
1483
self . openShareTextcoinModal ( btx . textAddress , btx . mnemonic , true ) ;
0 commit comments