Skip to content

Commit 763ce49

Browse files
authored
rename welcome view (#694)
Signed-off-by: Yan Zhang <yanzh@microsoft.com>
1 parent e2ea9f4 commit 763ce49

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
{
169169
"command": "java.welcome",
170170
"category": "Java",
171-
"title": "Welcome"
171+
"title": "Help Center"
172172
},
173173
{
174174
"command": "java.classpathConfiguration",
@@ -230,7 +230,7 @@
230230
"Automatically pick the first experience view",
231231
"Present the Java Overview page",
232232
"Present the Java Getting Started page",
233-
"Present the Java Welcome page",
233+
"Present the Java Help Center page",
234234
"Do not show any view"
235235
],
236236
"default": "auto",

src/welcome/assets/components/NavigationPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { encodeCommandUriWithTelemetry } from "../../../utils/webview";
1616
export default class NavigationPanel extends React.Component {
1717
private groups = [
1818
{
19-
name: "Configuration",
19+
name: "General",
2020
icon: <Icon className="codicon" icon={gearIcon} />,
2121
actions: [
2222
{ name: "Configure Java Runtime", command: "java.runtime" },

src/welcome/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline'; img-src 'self' data:">
7-
<title>Welcome</title>
7+
<title>Java Help Center</title>
88
</head>
99

1010
<body>

0 commit comments

Comments
 (0)