From 1331f07521c18900c46828656b36ab90a73c607d Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 1 May 2023 12:42:20 -0700 Subject: [PATCH] unread_banner: Fix awkward phrasing and split infinitive. Signed-off-by: Anders Kaseorg --- 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 fb5839e584..340e465914 100644 --- a/web/templates/unread_banner/mark_as_read_disabled_banner.hbs +++ b/web/templates/unread_banner/mark_as_read_disabled_banner.hbs @@ -1,7 +1,7 @@

{{#tr}} - Your Zulip app is configured to not mark messages as read on scroll. + Messages will not be automatically marked as read. Change setting {{#*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 74606a06ec..c1f2eeecd8 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 @@ -1,7 +1,7 @@

{{#tr}} - Your Zulip app is configured 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. Change setting {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} {{/tr}}