mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Make Delete/Remove menu item consistent as Delete (#4313)
This commit is contained in:
parent
a71a6dcaff
commit
333d77f66a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user