Add question mark

pull/10616/head
Andrew Watkins 2018-05-08 11:25:36 -07:00
parent 5d7257494e
commit 084f303d08
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default class AllUsersTableRow extends PureComponent<Props> {
<td style={{width: colOrganizations}}>
<Tags
tags={this.userOrganizationTags}
confirmText="Remove user from organization"
confirmText="Remove user from organization?"
onDeleteTag={onRemoveFromOrganization(user)}
addMenuItems={this.dropdownOrganizationsItems}
addMenuChoose={onAddToOrganization(user)}