From 9c53d814d61e623ba185aeade0f7511bcaa4d669 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sat, 27 Oct 2018 10:23:27 -0400 Subject: [PATCH] update console warning message to ref lbry.tech --- src/renderer/logWarningConsoleMessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/logWarningConsoleMessage.js b/src/renderer/logWarningConsoleMessage.js index 12f0d1a0e..84a2cd05f 100644 --- a/src/renderer/logWarningConsoleMessage.js +++ b/src/renderer/logWarningConsoleMessage.js @@ -23,12 +23,12 @@ export default function doLogWarningConsoleMessage(activeOnDev = false) { ); console.log( - "%cIf you don't understand what you are doing here, please close this window and keep your LBC credits/wallet safe.", + "%cIf you don't understand exactly what you are doing here, please close this window and keep your LBC credits/wallet safe.", style.redText ); console.log( - '%cIf you do understand exactly what you are doing, you should come work with us https://lbry.io/join-us', + '%cIf you do understand exactly what you are doing, joins us, earn LBC, and make LBRY better! All of LBRY is open-source and we have a sweet secret handshake. Get started at https://lbry.tech/contribute', style.normalText ); } -- 2.45.2