diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-15 01:30:02 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-15 01:30:42 +0000 |
commit | 921d95357d141bbd15111cac5a831835d8dbb4c6 (patch) | |
tree | 069ad6cf4b11b0f9d446ae93ca9e7ba6ecdd4b64 /syweb/webclient/settings/settings.html | |
parent | spell useCaptcha right... (diff) | |
download | synapse-921d95357d141bbd15111cac5a831835d8dbb4c6.tar.xz |
improve notif setting text
Diffstat (limited to '')
-rw-r--r-- | syweb/webclient/settings/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |