From 9c3773a3fefd20a1213d8e22ee0cbdf9266894a9 Mon Sep 17 00:00:00 2001 From: Vuthy Date: Fri, 30 Aug 2019 22:31:56 +0700 Subject: [PATCH] Change Email Link --- routes/transfer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/transfer.js b/routes/transfer.js index 3c66ea6..efe4eef 100644 --- a/routes/transfer.js +++ b/routes/transfer.js @@ -155,7 +155,7 @@ module.exports.set = function(router, pool) { //get content var contentToTransferer = "Hello, "+senderName+"

You have succesfully transffered "+amount+" P to "+recipientName+".

Reason: "+reason; - var contentToRecipient = "Hello, "+recipientName+"

You have recieved "+amount+" P from "+senderName+"

Reason: "+reason+"