spectators: Adjust the heading for the login-to-access UI.

The previous "Join the {realm_name} community" was awkward for
organizations that put "community" in their realm name, e.g. "Join the
Zulip development community community".
This commit is contained in:
Tim Abbott 2022-04-30 13:10:05 -07:00
parent 646a4d19a3
commit 88110e7188
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<header class="modal__header">
<h1 class="modal__title" id="login_to_access_modal_label">
{{#tr}}
Join the {realm_name} community
Join {realm_name}
{{/tr}}
</h1>
<button class="modal__close" aria-label="{{t 'Close modal' }}" data-micromodal-close></button>