You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plus/launchpad/launchpadIndicator.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ export class LaunchpadIndicator implements Disposable {
251
251
){
252
252
tooltip.appendMarkdown('\n\n---\n\n');
253
253
tooltip.appendMarkdown(
254
-
'[Launchpad](command:gitlens.launchpad.indicator.action?%info%22 "Learn about Launchpad") organizes your pull requests into actionable groups to help you focus and keep your team unblocked.',
254
+
'[Launchpad](command:gitlens.launchpad.indicator.action?%22info%22 "Learn about Launchpad") organizes your pull requests into actionable groups to help you focus and keep your team unblocked.',
255
255
);
256
256
tooltip.appendMarkdown(
257
257
"\n\nIt's always accessible using the `GitLens: Open Launchpad` command from the Command Palette.",
0 commit comments