mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
stream settings: Improve stream name in stream permissions description.
We remove icons (hash | lock | globe) in permission description of an stream, as it is pretty obvious as we use them at quite a number of places with stream names, also it does not fits well with rest of the text in that area.
This commit is contained in:
committed by
Tim Abbott
parent
66cf0ae9ff
commit
5de4b2dfbd
@@ -2,8 +2,7 @@
|
||||
{{#if invite_only}}
|
||||
<li>
|
||||
{{#tr}}
|
||||
This is a <z-icon></z-icon> <b>private stream</b>. Only people who have been invited can access its content, but any member of the stream can invite others.
|
||||
{{#*inline "z-icon"}}<span class="fa fa-lock" aria-hidden="true"></span>{{/inline}}
|
||||
This is a <b>private stream</b>. Only people who have been invited can access its content, but any member of the stream can invite others.
|
||||
{{/tr}}
|
||||
</li>
|
||||
<li>
|
||||
@@ -14,15 +13,13 @@
|
||||
{{else if is_web_public}}
|
||||
<li>
|
||||
{{#tr}}
|
||||
This is a <z-icon></z-icon> <b>web public stream</b>. Any member of the organization can join without an invitation and anyone on the internet can read the content published.
|
||||
{{#*inline "z-icon"}}<i class="fa fa-globe" aria-hidden="true"></i>{{/inline}}
|
||||
This is a <b>web public stream</b>. Any member of the organization can join without an invitation and anyone on the internet can read the content published.
|
||||
{{/tr}}
|
||||
</li>
|
||||
{{else}}
|
||||
<li>
|
||||
{{#tr}}
|
||||
This is a <z-icon></z-icon> <b>public stream</b>. Any member of the organization can join without an invitation.
|
||||
{{#*inline "z-icon"}}<i class="hash" aria-hidden="true"></i>{{/inline}}
|
||||
This is a <b>public stream</b>. Any member of the organization can join without an invitation.
|
||||
{{/tr}}
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user