Unverified Commit 333d77f6 authored by Sebastian Malton's avatar Sebastian Malton Committed by GitHub
Browse files

Make Delete/Remove menu item consistent as Delete (#4313)

parent a71a6dca
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -146,7 +146,7 @@ export class MenuActions extends React.Component<MenuActionsProps> {
{removeAction && (
<MenuItem onClick={this.remove}>
<Icon material="delete" interactive={toolbar} tooltip="Delete"/>
<span className="title">Remove</span>
<span className="title">Delete</span>
</MenuItem>
)}
</Menu>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment