Change micro copy to be more of a Call to Action and less long
parent
e6d64b2200
commit
efaa7e2afb
|
@ -126,7 +126,7 @@ class NewUserTableRow extends Component {
|
||||||
}))}
|
}))}
|
||||||
selected={
|
selected={
|
||||||
userOrganization.id === DEFAULT_ORG_ID
|
userOrganization.id === DEFAULT_ORG_ID
|
||||||
? 'Add to Organization'
|
? 'Choose one'
|
||||||
: userOrganization.name
|
: userOrganization.name
|
||||||
}
|
}
|
||||||
onChoose={this.handleSelectOrganization}
|
onChoose={this.handleSelectOrganization}
|
||||||
|
|
Loading…
Reference in New Issue