mirror of https://github.com/zulip/zulip.git
unread_banner: Update all unread banners to an info/notice banner.
Previously, some unread banners were warning banners, but it made more sense for all the unread banners to match and display as more of an info/notice banners instead. This change matches all unread banners to be info/notice banners.
This commit is contained in:
parent
179d5cb37d
commit
086d6be8e2
|
@ -1,4 +1,4 @@
|
|||
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar warning">
|
||||
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar info">
|
||||
<p id="mark_as_read_turned_off_content" class="banner_content">
|
||||
{{t 'To preserve your reading state, this view does not mark messages as read.' }}
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue