We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7ba0d commit abf9abdCopy full SHA for abf9abd
site/src/modules/resources/SSHButton/SSHButton.tsx
@@ -85,7 +85,7 @@ export const SSHButton: FC<SSHButtonProps> = ({
85
const SSHStep = (props: { helpText: string; codeExample: string }) => (
86
<li style={{ listStylePosition: "inside" }}>
87
<HelpTooltipText style={{ display: "inline" }}>
88
- <strong css={styles.codeExampleLabel}>Connect to the agent:</strong>
+ <strong css={styles.codeExampleLabel}>{props.helpText}</strong>
89
</HelpTooltipText>
90
<CodeExample secret={false} code={props.codeExample} />
91
</li>
0 commit comments