Skip to content

Commit 11d5673

Browse files
email subject
1 parent 7f77830 commit 11d5673

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/js/controllers/walletHome.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ angular.module('copayApp.controllers')
682682

683683
this.openShareTextcoinModal = function(addr, mnemonic, isResend) {
684684
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";
686686
$rootScope.modalOpened = true;
687687
var fc = profileService.focusedClient;
688688
var ModalInstanceCtrl = function($scope, $modalInstance) {
@@ -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 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"
10021002
});
10031003
} else {
10041004
self.openShareTextcoinModal(null, mnemonic);
@@ -1477,7 +1477,7 @@ angular.module('copayApp.controllers')
14771477
window.ignoreMobilePause = true;
14781478
}
14791479
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"
14811481
});
14821482
} else {
14831483
self.openShareTextcoinModal(btx.textAddress, btx.mnemonic, true);

0 commit comments

Comments
 (0)