mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
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.
5 lines
236 B
Handlebars
5 lines
236 B
Handlebars
<p id="guest_visible_users_message">
|
|
{{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" }}
|
|
</p>
|