various: amend invite copy on creation front-ends

This commit is contained in:
Matilde Park 2020-03-09 15:36:00 -04:00
parent 2afd0e63fe
commit 7fbe0c9318
4 changed files with 5 additions and 5 deletions

View File

@ -256,7 +256,7 @@ export class NewScreen extends Component {
<span className="gray3"> (Optional)</span> <span className="gray3"> (Optional)</span>
</p> </p>
<p className="f9 gray2 db mb2 pt1"> <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> </p>
<InviteSearch <InviteSearch
groups={props.groups} groups={props.groups}

View File

@ -127,8 +127,8 @@ export class NewScreen extends Component {
}} }}
onChange={this.descriptionChange} onChange={this.descriptionChange}
/> />
<h2 className="f8 pt6">Add Group Members</h2> <h2 className="f8 pt6">Invite <span className="gray2">(Optional)</span></h2>
<p className="f9 gray2 lh-copy">Invite ships to your group</p> <p className="f9 gray2 lh-copy">Selected ships will be invited to your group</p>
<div className="relative pb6 mt2"> <div className="relative pb6 mt2">
<InviteSearch <InviteSearch
groups={this.props.groups} groups={this.props.groups}

View File

@ -214,7 +214,7 @@ export class NewScreen extends Component {
<span className="gray3"> (Optional)</span> <span className="gray3"> (Optional)</span>
</p> </p>
<p className="f9 gray2 db mb2 pt1"> <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> </p>
<InviteSearch <InviteSearch
associations={props.associations.contacts} associations={props.associations.contacts}

View File

@ -184,7 +184,7 @@ export class NewScreen extends Component {
(Optional) (Optional)
</span> </span>
</p> </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 <InviteSearch
associations={this.props.associations} associations={this.props.associations}
groupResults={true} groupResults={true}