diff --git a/script.js b/script.js
index fb0a40b..2c432ce 100644
--- a/script.js
+++ b/script.js
@@ -53,7 +53,7 @@ let nfbText = document.getElementById('changeEffects');
// Turn off major effects on default for mobile devices
if (window.matchMedia("(max-width: 767px)").matches && !('effectsDisabled' in localStorage)) { effectsDisabled = true;}
-if (!effectsDisabled) { document.head.appendChild(link); nfbText.innerHTML = 'Don\'t like the effects? Click HERE to turn them off.';}
+if (!effectsDisabled) { document.head.appendChild(link); nfbText.innerHTML = 'Click HERE to turn effects off.';}
function changeEffects() {
localStorage.setItem('effectsDisabled', !effectsDisabled);