diff --git a/lib/templates/new_incoming_tx.plain b/lib/templates/new_incoming_tx.plain index 51d0575..cd335e0 100644 --- a/lib/templates/new_incoming_tx.plain +++ b/lib/templates/new_incoming_tx.plain @@ -1,3 +1,2 @@ -copay@copay.io -[Copay] Funds received! -Funds received on your wallet. +[Copay] New payment received +A Payment has been received into your Copay wallet <%= walletName %>. diff --git a/lib/templates/new_outgoing_tx.plain b/lib/templates/new_outgoing_tx.plain index 52036b1..844bc4a 100644 --- a/lib/templates/new_outgoing_tx.plain +++ b/lib/templates/new_outgoing_tx.plain @@ -1,3 +1,2 @@ -copay@copay.io -[Copay] Transaction broadcasted! -A transaction has been broadcasted. +[Copay] Payment sent +A Payment has been sent from your Copay wallet <%= walletName %>. diff --git a/lib/templates/new_tx_proposal.plain b/lib/templates/new_tx_proposal.plain index 643f616..0c8e95a 100644 --- a/lib/templates/new_tx_proposal.plain +++ b/lib/templates/new_tx_proposal.plain @@ -1,3 +1,2 @@ -copay@copay.io -[Copay] New transaction proposal! -A new transaction proposal has been created by another copayer. +[Copay] New spend proposal +A new spend proposal has been created in your Copay wallet <%= walletName %> by <%= creatorName %>. diff --git a/lib/templates/txp_finally_rejected.plain b/lib/templates/txp_finally_rejected.plain index 70cc64e..d07e7e2 100644 --- a/lib/templates/txp_finally_rejected.plain +++ b/lib/templates/txp_finally_rejected.plain @@ -1,3 +1,2 @@ -copay@copay.io -[Copay] A transaction proposal was rejected -A transaction proposal was rejected by your copayers. +[Copay] Spend proposal rejected +A spend proposal in your Copay wallet <%= walletName %> has been rejected by <%= creatorName %>.