Event edit: fix wording in confirmation dialog (contact -> event).

Fixes #27.
master
Tom Hacohen 6 years ago
parent f4fab17fb9
commit e3e4a5288a

@ -347,7 +347,7 @@ class EventEdit extends React.PureComponent {
onOk={() => this.props.onDelete(this.props.item!, this.props.initialCollection!)}
onCancel={() => this.setState({showDeleteDialog: false})}
>
Are you sure you would like to delete this contact?
Are you sure you would like to delete this event?
</ConfirmationDialog>
</React.Fragment>
);

Loading…
Cancel
Save