Skip to content

Commit f693d98

Browse files
#2698 Update helpView.ts
Update helpView.ts to change 'Get started' to 'Get Started & Documentation'
1 parent 77bfd6b commit f693d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/views/helpView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class HelpView implements vscode.TreeDataProvider<vscode.TreeItem> {
2828

2929
public async getChildren(): Promise<HelpItem[]> {
3030
const children = [
31-
new HelpOpenUrlItem(`book`, vscode.l10n.t(`Get started`), `https://codefori.github.io/docs/#/`),
31+
new HelpOpenUrlItem(`book`, vscode.l10n.t(`Get Started & Documentation`), `https://codefori.github.io/docs/#/`),
3232
new HelpOpenUrlItem(`output`, vscode.l10n.t(`Open official Forum`), `https://github.com/codefori/vscode-ibmi/discussions`),
3333
new HelpOpenUrlItem(`eye`, vscode.l10n.t(`Review Issues`), `https://github.com/codefori/vscode-ibmi/issues/`),
3434
new HelpIssueItem()

0 commit comments

Comments
 (0)