mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix typo
Signed-off-by: Luca Kröger <l.kroeger01@gmail.com>
This commit is contained in:
parent
77de89d0bf
commit
180223fa36
@ -75,7 +75,7 @@ export class PodAttachMenu extends React.Component<PodAttachMenuProps> {
|
||||
return (
|
||||
<MenuItem onClick={Util.prevDefault(() => this.attachToPod(containers[0].name))}>
|
||||
<Icon material="pageview" interactive={toolbar} title="Attach to Pod"/>
|
||||
<span className="title">Attached Pod</span>
|
||||
<span className="title">Attach Pod</span>
|
||||
{containers.length > 1 && (
|
||||
<>
|
||||
<Icon className="arrow" material="keyboard_arrow_right"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user