mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
spectators: Remove beta designation.
With the other changes in this pull request, this feature is now officially stable.
This commit is contained in:
parent
24f527cb59
commit
32b3271517
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user