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>
</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}

View File

@ -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}

View File

@ -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}

View File

@ -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}