Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comment
  • Loading branch information
jdneo committed Jul 11, 2024
commit 1af30ec917012008a029515e4366066ffc8fbaeb
2 changes: 1 addition & 1 deletion src/welcome/assets/components/ControllerPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class ControllerPanel extends React.Component<{
let {showWhenUsingJava} = this.props;

return <Form>
<Form.Check defaultChecked={showWhenUsingJava} label="Show welcome page when using Java" onChange={toggleVisibility}/>
<Form.Check defaultChecked={showWhenUsingJava} label="Show Help Center when using Java" onChange={toggleVisibility}/>
</Form>;
}

Expand Down