From 90bf36887a025faf6586c6b62e13c074f65b5bb5 Mon Sep 17 00:00:00 2001 From: Joelute Date: Mon, 8 May 2023 16:38:12 -0400 Subject: [PATCH] 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. --- web/templates/unread_banner/mark_as_read_disabled_banner.hbs | 2 +- .../unread_banner/mark_as_read_only_in_conversation_view.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/unread_banner/mark_as_read_disabled_banner.hbs b/web/templates/unread_banner/mark_as_read_disabled_banner.hbs index 6f8fcef50b..aac12cefc6 100644 --- a/web/templates/unread_banner/mark_as_read_disabled_banner.hbs +++ b/web/templates/unread_banner/mark_as_read_disabled_banner.hbs @@ -2,7 +2,7 @@

{{#tr}} Messages will not be automatically marked as read. Change setting - {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} + {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} {{/tr}}

diff --git a/web/templates/unread_banner/mark_as_read_only_in_conversation_view.hbs b/web/templates/unread_banner/mark_as_read_only_in_conversation_view.hbs index 5f5516bb43..b6759fe1c8 100644 --- a/web/templates/unread_banner/mark_as_read_only_in_conversation_view.hbs +++ b/web/templates/unread_banner/mark_as_read_only_in_conversation_view.hbs @@ -2,7 +2,7 @@

{{#tr}} Messages will not be automatically marked as read because this is not a conversation view. Change setting - {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} + {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} {{/tr}}