Change micro copy to be more of a Call to Action and less long

pull/10616/head
Alex P 2017-11-06 12:46:54 -08:00
parent 799048e5ae
commit 2e77f76cb4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class NewUserTableRow extends Component {
}))}
selected={
userOrganization.id === DEFAULT_ORG_ID
? 'Add to Organization'
? 'Choose one'
: userOrganization.name
}
onChoose={this.handleSelectOrganization}