1
0
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:
Sebastian Malton 2021-11-12 08:51:04 -05:00 committed by GitHub
parent a71a6dcaff
commit 333d77f66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ export class MenuActions extends React.Component<MenuActionsProps> {
{removeAction && ( {removeAction && (
<MenuItem onClick={this.remove}> <MenuItem onClick={this.remove}>
<Icon material="delete" interactive={toolbar} tooltip="Delete"/> <Icon material="delete" interactive={toolbar} tooltip="Delete"/>
<span className="title">Remove</span> <span className="title">Delete</span>
</MenuItem> </MenuItem>
)} )}
</Menu> </Menu>