update hover text to be 'Delete' in the confirm deletion buttons in ProviderTableRow and OrganizationTableRow

pull/10616/head
Iris Scholten 2018-02-27 11:30:27 -08:00
parent cce78cf3f4
commit f4c48cd63c
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class OrganizationsTableRow extends Component {
onConfirm={this.handleDeleteOrg}
onClickOutside={this.handleDismissDeleteConfirmation}
confirmLeft={true}
confirmHoverText="Delete"
/>
: <OrganizationsTableRowDeleteButton
organization={organization}

View File

@ -109,6 +109,7 @@ class ProvidersTableRow extends Component {
onCancel={this.handleDismissDeleteConfirmation}
onConfirm={this.handleDeleteMap}
onClickOutside={this.handleDismissDeleteConfirmation}
confirmHoverText="Delete"
/>
: <button
className="btn btn-sm btn-default btn-square"