diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js
index 03fa83994..5ef99f181 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 site and why it was blocked, navigate to: https://etherscamdb.info/domain/' + hostname + ''
+ document.getElementById('esdbLink').innerHTML = 'To read more about this site and why it was blocked, please navigate here.'
}
}