From ac1b756bd01324682114dd96bfd0c1d4195225a8 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 28 Nov 2018 08:35:03 -0800 Subject: Soften accusatory language on phishing warning We don't always know for sure that sites marked as phishers are defiitely scams, and so we should avoid language that makes concrete accusations. --- app/scripts/phishing-detect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/phishing-detect.js') diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js index 0889c831e..03fa83994 100644 --- a/app/scripts/phishing-detect.js +++ b/app/scripts/phishing-detect.js @@ -1,7 +1,7 @@ window.onload = function () { if (window.location.pathname === '/phishing.html') { const {hostname} = parseHash() - document.getElementById('esdbLink').innerHTML = 'To read more about this scam, navigate to: https://etherscamdb.info/domain/' + hostname + '' + document.getElementById('esdbLink').innerHTML = 'To read more about this site and why it was blocked, navigate to: https://etherscamdb.info/domain/' + hostname + '' } } -- cgit v1.2.3