mirror of https://github.com/zulip/zulip.git
Clarify the cases in which you receive notifications.
(imported from commit 7b41b8a1f4baedbc744a6b222fa0ff3127e7a228)
This commit is contained in:
parent
8a8efdc537
commit
88c8472a31
|
@ -3606,6 +3606,10 @@ div.edit_bot {
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#notification-settings .notification-reminder {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#notification-docs {
|
||||
color: #666666;
|
||||
font-size: 11px;
|
||||
|
|
|
@ -91,6 +91,7 @@
|
|||
<div>
|
||||
<div id="notification-settings" class="settings-section">
|
||||
<div class="settings-section-title"><i class="icon-vector-warning-sign settings-section-icon"></i>Notifications</div>
|
||||
<div class="notification-reminder">You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.</div>
|
||||
<div class="alert" id="notify-settings-status"></div>
|
||||
<div class="notification-settings-form">
|
||||
<h4>Stream messages</h4>
|
||||
|
|
Loading…
Reference in New Issue