Skip to content
Snippets Groups Projects
Unverified Commit 9fa0eab3 authored by Florrie's avatar Florrie Committed by GitHub
Browse files

Remove sprite-specific text from sprite/sound/etc deletion warning

parent 7692552c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class SpriteSelectorItem extends React.Component {
}
handleDelete () {
// eslint-disable-next-line no-alert
if (window.confirm('Are you sure you want to delete this sprite?')) {
if (window.confirm('Are you sure you want to delete this?')) {
this.props.onDeleteButtonClick(this.props.id);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment