spectators: Remove beta designation.

With the other changes in this pull request, this feature is now
officially stable.
This commit is contained in:
Tim Abbott 2022-05-04 22:04:41 -07:00
parent 24f527cb59
commit 32b3271517
2 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,5 @@
# Public access option
!!! warn ""
This feature is in beta. Contact [support@zulip.com](mailto:support@zulip.com) to
enable it for your Zulip Cloud organization.
{!web-public-streams-intro.md!}
Web-public streams are indicated with a globe (<i class="zulip-icon zulip-icon-globe"></i>) icon.

View File

@ -36,8 +36,7 @@ page can be easily identified in it's respective JavaScript file. -->
{{ csrf_input }}
<input type="hidden" name="next" value="{{ next }}" />
<button class="full-width">
{{ _('Access without an account') }}
<span class="spectator_beta_text">({{ _('Beta') }})</span>
{{ _('View without an account') }}
</button>
</form>
</div>