From 8efc0065e6622053870ecfe53267c17ba889116e Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Wed, 29 Apr 2015 21:02:56 -0300 Subject: [PATCH] improve template text --- lib/templates/new_incoming_tx.plain | 5 ++--- lib/templates/new_outgoing_tx.plain | 5 ++--- lib/templates/new_tx_proposal.plain | 5 ++--- lib/templates/txp_finally_rejected.plain | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) 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 %>.