Clarify the cases in which you receive notifications.

(imported from commit 7b41b8a1f4baedbc744a6b222fa0ff3127e7a228)
This commit is contained in:
Jessica McKellar 2014-02-13 13:24:50 -05:00
parent 8a8efdc537
commit 88c8472a31
2 changed files with 5 additions and 0 deletions

View File

@ -3606,6 +3606,10 @@ div.edit_bot {
margin-top: 15px; margin-top: 15px;
} }
#notification-settings .notification-reminder {
text-align: center;
}
#notification-docs { #notification-docs {
color: #666666; color: #666666;
font-size: 11px; font-size: 11px;

View File

@ -91,6 +91,7 @@
<div> <div>
<div id="notification-settings" class="settings-section"> <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="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="alert" id="notify-settings-status"></div>
<div class="notification-settings-form"> <div class="notification-settings-form">
<h4>Stream messages</h4> <h4>Stream messages</h4>