From 921d95357d141bbd15111cac5a831835d8dbb4c6 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sat, 15 Nov 2014 01:30:02 +0000
Subject: [PATCH] improve notif setting text

---
 syweb/webclient/settings/settings.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syweb/webclient/settings/settings.html b/syweb/webclient/settings/settings.html
index 094c846f8b..4c20634a76 100644
--- a/syweb/webclient/settings/settings.html
+++ b/syweb/webclient/settings/settings.html
@@ -54,7 +54,7 @@
                 Notifications are enabled.
                 <div class="section">
                     <h4>Specific words to alert on:</h4>
-                    <p>Leave blank to alert on all messages. Your username & display name always alerts.</p>
+                    <p>If blank, all messages will trigger an alert. 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>
-- 
GitLab