mirror of https://github.com/zulip/zulip.git
settings: Fix notification settings update notifications.
This fixes the "Saving..." widget being on the wrong line. Thanks to Shubham Dhama for the fix.
This commit is contained in:
parent
ca6cf9aeeb
commit
19b806d6c2
|
@ -2,8 +2,8 @@
|
||||||
<form class="notification-settings-form">
|
<form class="notification-settings-form">
|
||||||
<div id="general_notifications" class="subsection-parent">
|
<div id="general_notifications" class="subsection-parent">
|
||||||
<h3 class="inline-block">{{t "Notification triggers" }}</h3>
|
<h3 class="inline-block">{{t "Notification triggers" }}</h3>
|
||||||
<p>{{t "Configure how Zulip notifies you about new messages." }}</p>
|
|
||||||
<div class="alert-notification" id="general-notify-settings-status"></div>
|
<div class="alert-notification" id="general-notify-settings-status"></div>
|
||||||
|
<p>{{t "Configure how Zulip notifies you about new messages." }}</p>
|
||||||
<table id="notification-table" class="table table-condensed table-bordered wrapped-table">
|
<table id="notification-table" class="table table-condensed table-bordered wrapped-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue