mirror of https://github.com/zulip/zulip.git
unread_banner: Fix awkward phrasing and split infinitive.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
d24e81e1b2
commit
1331f07521
|
@ -1,7 +1,7 @@
|
|||
<div id="mark_as_read_turned_off_banner" class="alert alert-info home-error-bar">
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Your Zulip app is <z-link>configured</z-link> to not mark messages as read on scroll.
|
||||
Messages will not be automatically marked as read. <z-link>Change setting</z-link>
|
||||
{{#*inline "z-link"}}<a href='help/marking-messages-as-read'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div id="mark_as_read_turned_off_banner" class="alert alert-info home-error-bar">
|
||||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
Your Zulip app is <z-link>configured</z-link> to mark messages as read on scroll only in conversation views.
|
||||
Messages will not be automatically marked as read because this is not a conversation view. <z-link>Change setting</z-link>
|
||||
{{#*inline "z-link"}}<a href='help/marking-messages-as-read'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue