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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-11-10 12:14:31 -05:00
parent c8fbb35967
commit a26505aabd

View File

@ -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>