From fc73f76ab738495d913f89336e0b3170244628ba Mon Sep 17 00:00:00 2001
From: kasenvr <52365539+kasenvr@users.noreply.github.com>
Date: Sat, 25 Jan 2020 19:02:01 -0500
Subject: [PATCH] Update
interface/resources/qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml
Co-Authored-By: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
---
.../qml/hifi/dialogs/security/EntityScriptQMLWhitelist.qml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 +}