1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html
index 1a42ae435a..b251cce569 100644
--- a/webclient/settings/settings.html
+++ b/webclient/settings/settings.html
@@ -54,6 +54,7 @@
Notifications are enabled. You will be alerted when a message contains your user ID or display name.
<div class="section">
<h4>Additional words to alert on:</h4>
+ <p>Leave blank to alert on all messages.</p>
<input size=40 name="bingWords" ng-model="settings.bingWords" ng-list placeholder="Enter case-sensitive words separated with ,"
ng-blur="saveBingWords()"/>
<ul>
|