summary refs log tree commit diff
path: root/webclient/settings
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-09-18 15:25:11 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-09-18 15:25:11 +0100
commit3a7375f15e0b51f3aef5960826c4a940bcb32e67 (patch)
treeaa9e83bb75a6ab1769b2fbefa2f7546386468418 /webclient/settings
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-3a7375f15e0b51f3aef5960826c4a940bcb32e67.tar.xz
fix binger description
Diffstat (limited to 'webclient/settings')
-rw-r--r--webclient/settings/settings.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/webclient/settings/settings.html b/webclient/settings/settings.html
index 0a5a3db51f..094c846f8b 100644
--- a/webclient/settings/settings.html
+++ b/webclient/settings/settings.html
@@ -51,10 +51,10 @@
         <h3>Desktop notifications</h3>
         <div class="section" ng-switch="settings.notifications">
             <div ng-switch-when="granted">
-                Notifications are enabled. You will be alerted when a message contains your user ID or display name.
+                Notifications are enabled.
                 <div class="section">
-                    <h4>Additional words to alert on:</h4>
-                    <p>Leave blank to alert on all messages.</p>
+                    <h4>Specific words to alert on:</h4>
+                    <p>Leave blank to alert on all messages. Your username & display name always alerts.</p>
                     <input size=40 name="bingWords" ng-model="settings.bingWords" ng-list placeholder="Enter words separated with , (supports regex)"
                     ng-blur="saveBingWords()"/>
                     <ul>