From 5cdebcb2dd1ea55f63d07f14f361e7d387ca9984 Mon Sep 17 00:00:00 2001 From: Prakhar Pratyush Date: Wed, 10 Jul 2024 18:34:07 +0530 Subject: [PATCH] banner: Update banner text for notify_messages_outside_current_search. This commit updates the banner text in the case of message sent while in search view to match the narrow_to_recipient_banner text displayed in other cases. --- web/src/compose_notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/compose_notifications.ts b/web/src/compose_notifications.ts index fd43df2bed..c4cb67b331 100644 --- a/web/src/compose_notifications.ts +++ b/web/src/compose_notifications.ts @@ -296,7 +296,7 @@ export function notify_messages_outside_current_search(messages: Message[]): voi {message_recipient: get_message_header(message)}, ); notify_above_composebox( - $t({defaultMessage: "Sent! Your recent message is outside the current search."}), + $t({defaultMessage: "Sent! Your message is outside your current view."}), compose_banner.CLASSNAMES.narrow_to_recipient, above_composebox_narrow_url, message.id,