From ee80a1c6547c3fd2891a93d9f0d51f3ebc35b8b7 Mon Sep 17 00:00:00 2001 From: Kristen Borges Date: Tue, 31 Mar 2020 01:01:33 -0700 Subject: [PATCH] Update message for Ropsten --- scripts/eth-account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eth-account.js b/scripts/eth-account.js index 2e13e4a4..25968e38 100644 --- a/scripts/eth-account.js +++ b/scripts/eth-account.js @@ -151,7 +151,7 @@ module.exports = function(robot) { } catch (error) { robot.logger.error(`Error creating account: ${error.message}`) return msg.send( - "There was an issue creating a new keep-test account, ask for an adult!", + "There was an issue creating a new Ropsten account, ask for an adult!", ) } })