From b1ea520fdf67060e9ee7e628ea160c2f914a044e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 13 May 2017 17:05:08 +0200 Subject: [PATCH] Improve wording, add URLs --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index a744c77..ee9feb6 100644 --- a/index.js +++ b/index.js @@ -158,10 +158,10 @@ const Web3 = require('web3'); getContributorByGithubUser(recipient).then(c => { kredits.addProposal(c.address, amount, url, '', (e/* , d */) => { if (e) { reject(); return; } - messageRoom(`New proposal created: ${amount} for ${recipient}`); + messageRoom(`Let's give ${recipient} some kredits for ${url}! We just need two votes: https://kredits.kosmos.org`); }); }, () => { - messageRoom(`Couldn\'t find contributor data for ${recipient}. Please add them first!`); + messageRoom(`I wanted to propose giving kredits to ${recipient} for ${url}, but I can't find their contact data. Please add them as a contributor: https://kredits.kosmos.org`); }); resolve();