mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
various: amend invite copy on creation front-ends
This commit is contained in:
parent
2afd0e63fe
commit
7fbe0c9318
@ -256,7 +256,7 @@ export class NewScreen extends Component {
|
||||
<span className="gray3"> (Optional)</span>
|
||||
</p>
|
||||
<p className="f9 gray2 db mb2 pt1">
|
||||
Selected entities will be able to post to chat
|
||||
Selected groups or ships will be able to post to chat
|
||||
</p>
|
||||
<InviteSearch
|
||||
groups={props.groups}
|
||||
|
@ -127,8 +127,8 @@ export class NewScreen extends Component {
|
||||
}}
|
||||
onChange={this.descriptionChange}
|
||||
/>
|
||||
<h2 className="f8 pt6">Add Group Members</h2>
|
||||
<p className="f9 gray2 lh-copy">Invite ships to your group</p>
|
||||
<h2 className="f8 pt6">Invite <span className="gray2">(Optional)</span></h2>
|
||||
<p className="f9 gray2 lh-copy">Selected ships will be invited to your group</p>
|
||||
<div className="relative pb6 mt2">
|
||||
<InviteSearch
|
||||
groups={this.props.groups}
|
||||
|
@ -214,7 +214,7 @@ export class NewScreen extends Component {
|
||||
<span className="gray3"> (Optional)</span>
|
||||
</p>
|
||||
<p className="f9 gray2 db mb2 pt1">
|
||||
Selected entities will be able to post to the collection
|
||||
Selected groups or ships will be able to post to collection
|
||||
</p>
|
||||
<InviteSearch
|
||||
associations={props.associations.contacts}
|
||||
|
@ -184,7 +184,7 @@ export class NewScreen extends Component {
|
||||
(Optional)
|
||||
</span>
|
||||
</p>
|
||||
<p className="f9 gray2 db mb2 pt1">Select an initial read-only audience for your notebook</p>
|
||||
<p className="f9 gray2 db mb2 pt1">Selected ships will be invited to read your notebook. Selected groups will be invited to read and write notes.</p>
|
||||
<InviteSearch
|
||||
associations={this.props.associations}
|
||||
groupResults={true}
|
||||
|
Loading…
Reference in New Issue
Block a user