mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 05:33:46 +01:00
improve notif setting text
This commit is contained in:
parent
1f70929e53
commit
921d95357d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
Notifications are enabled.
|
Notifications are enabled.
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h4>Specific words to alert on:</h4>
|
<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)"
|
<input size=40 name="bingWords" ng-model="settings.bingWords" ng-list placeholder="Enter words separated with , (supports regex)"
|
||||||
ng-blur="saveBingWords()"/>
|
ng-blur="saveBingWords()"/>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue