From 890de402df0a64598abbde5cd135c62548e7e75c Mon Sep 17 00:00:00 2001 From: Raghav Luthra Date: Thu, 9 Jun 2022 15:29:42 +0530 Subject: [PATCH] stream_settings: Modify the message of the "Announce stream" hint tooltip. Follow-up to commit bbda7a5bb05898fd87b99e8b20176ea6bce88aa3. The "Announce stream" hint tooltip earlier read "Organization administrators can change this in in the organization settings." It wasn't obvious that "this" refers to the stream the notification will go to, so the tootltip message has been modified to reflect this. --- static/templates/announce_stream_docs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/announce_stream_docs.hbs b/static/templates/announce_stream_docs.hbs index d3b3867457..dbbbee81a2 100644 --- a/static/templates/announce_stream_docs.hbs +++ b/static/templates/announce_stream_docs.hbs @@ -4,6 +4,6 @@ {{#tr}}

Stream will be announced in #{notifications_stream}.

{{/tr}} -

{{t 'Organization administrators can change this in the organization settings.' }}

+

{{t 'Organization administrators can change the announcement stream in the organization settings.' }}