From f404f3a20351fca4cd7eaa39f70d1061482b5abf Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 17 Oct 2022 12:18:52 -0400 Subject: [PATCH] Updates GL+ walkthrough content --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a85c29..847ff30 100644 --- a/package.json +++ b/package.json @@ -12474,7 +12474,7 @@ { "id": "gitlens.plus.tryNow", "title": "Try GitLens Pro", - "description": "To use [GitLens+ features](command:gitlens.plus.learn) on private repos, start a free trial of GitLens Pro, without an account, or [sign in](command:gitlens.plus.loginOrSignUp).\n\n[Start Pro Trial](command:gitlens.plus.startPreviewTrial)", + "description": "[GitLens+ features](command:gitlens.plus.learn) are free for local and public repos, no account required, while upgrading to GitLens Pro gives you access on private repos.\n\n[Try GitLens+ features on private repos](command:gitlens.plus.startPreviewTrial)", "media": { "markdown": "walkthroughs/plus/try-now.md" },