mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
11 lines
462 B
Handlebars
11 lines
462 B
Handlebars
<p id="guest_visible_users_message">
|
|
{{#tr}}
|
|
Guests will be able to see <z-user-count></z-user-count> users in their channels when they join.
|
|
{{#*inline "z-user-count"}}
|
|
<span class="guest-visible-users-count" aria-hidden="true"></span>
|
|
<span class="guest_visible_users_loading"></span>
|
|
{{/inline}}
|
|
{{/tr}}
|
|
{{> help_link_widget link="/help/guest-users#configure-whether-guests-can-see-all-other-users" }}
|
|
</p>
|