From ab7a94aa3e6ed3fb384b88802d2afce4f46e740d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 12 Nov 2022 01:59:28 -0500 Subject: [PATCH] Removes "all-new" --- src/plus/webviews/graph/graphWebview.ts | 2 +- src/views/commitsView.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plus/webviews/graph/graphWebview.ts b/src/plus/webviews/graph/graphWebview.ts index 976ee6b..8c30149 100644 --- a/src/plus/webviews/graph/graphWebview.ts +++ b/src/plus/webviews/graph/graphWebview.ts @@ -1491,7 +1491,7 @@ export class GraphWebview extends WebviewBase { this._statusBarItem.name = 'GitLens Commit Graph'; this._statusBarItem.command = Commands.ShowGraphPage; this._statusBarItem.text = '$(gitlens-graph)'; - this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the all-new Commit Graph ✨'); + this._statusBarItem.tooltip = new MarkdownString('Visualize commits on the Commit Graph ✨'); this._statusBarItem.accessibilityInformation = { label: `Show the GitLens Commit Graph`, }; diff --git a/src/views/commitsView.ts b/src/views/commitsView.ts index 1434d33..671c83d 100644 --- a/src/views/commitsView.ts +++ b/src/views/commitsView.ts @@ -138,9 +138,9 @@ export class CommitsViewNode extends RepositoriesSubscribeableNode