mirror of https://github.com/zulip/zulip.git
unread_banner: Update link on unread banners to direct users to setting.
Previously, the link on the unread banners redirected users to the help center, instead we should change it so that it opens the display settings up.
This commit is contained in:
parent
9cabdf2033
commit
90bf36887a
|
@ -2,7 +2,7 @@
|
|||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
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}}
|
||||
{{#*inline "z-link"}}<a href='/#settings/display-settings'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<p id="mark_as_read_turned_off_content">
|
||||
{{#tr}}
|
||||
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}}
|
||||
{{#*inline "z-link"}}<a href='/#settings/display-settings'>{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
</p>
|
||||
<div id="mark_as_read_controls">
|
||||
|
|
Loading…
Reference in New Issue