diff --git a/interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml b/interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml
index c2bbb43079..7ce80c777a 100644
--- a/interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml
+++ b/interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml
@@ -176,7 +176,7 @@ Rectangle {
text:
"The whitelist checks scripts & QML as they are loaded.
Therefore, if a script is cached or has no reason to load again,
-then removing it from the whitelist will not be effective until
+removing it from the whitelist will have no effect until
it is reloaded.
Separate your whitelisted domains by line, not commas. e.g.
@@ -203,4 +203,4 @@ ending with '.qml'." anchors.rightMargin: 20; } } -} \ No newline at end of file +}