From c0ee9c500aa21babd5603219458e88bb965d3561 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Kasaudhan Date: Wed, 16 Oct 2024 10:58:55 +0530 Subject: [PATCH] invite: Use help_link_widget in guest visible users message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the guest visible users message, replace the manual help link implementation with Zulip’s `help_link_widget` template to reduce code duplication and improve maintainability. Follow-up to commit 3b1877e. --- web/templates/guest_visible_users_message.hbs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/templates/guest_visible_users_message.hbs b/web/templates/guest_visible_users_message.hbs index 0f030c88ca..293cf137f6 100644 --- a/web/templates/guest_visible_users_message.hbs +++ b/web/templates/guest_visible_users_message.hbs @@ -1,6 +1,4 @@

{{t 'Guests will be able to see {user_count} users in their channels when they join.'}} - - - + {{> help_link_widget link="/help/guest-users#configure-whether-guests-can-see-all-other-users" }}