Skip to content

Commit 9425f38

Browse files
authored
rename configure java runtime title (#836)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 4543539 commit 9425f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java-runtime/assets/ProjectJDKPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class ProjectJDKPanel extends React.Component<Props, State> {
6969
const downloadJDKCommand = encodeCommandUriWithTelemetry("java.runtime", "download", "java.installJdk");
7070
return (
7171
<div className="container">
72-
<h1>Configure Java Project Runtime</h1>
72+
<h1>Configure Runtime for Projects</h1>
7373
{projectEntries.length > 0 && <p>Manage Java runtime for your projects. If you don't have a valid Java runtime, you can <a href={downloadJDKCommand}>download</a> one.</p>}
7474
{
7575
projectEntries.length > 0 ?

0 commit comments

Comments
 (0)