From 5114069754a7ed34ae6b37460e2a0256da9f5650 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Mon, 17 Oct 2022 12:54:35 -0400 Subject: [PATCH] Removes "completely optional" language --- README.md | 2 +- package.json | 4 ++-- src/webviews/apps/home/components/plus-content.ts | 2 +- src/webviews/apps/home/home.html | 6 +++--- walkthroughs/getting-started/12-plus.md | 2 +- walkthroughs/plus/intro.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0dd2314..0ae6eb8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Here are just some of the **features** that GitLens provides, # GitLens+ Features [#](#gitlens+-features- 'GitLens+ Features') -All-new, powerful, and completely optional, features that enhance your GitLens experience. +All-new, powerful, additional features that enhance your GitLens experience. [GitLens+ features](https://gitkraken.com/gitlens/plus-features?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-plus-links) are free for local and public repos, no account required, while upgrading to GitLens Pro gives you access on private repos. diff --git a/package.json b/package.json index 847ff30..bc1153b 100644 --- a/package.json +++ b/package.json @@ -12420,7 +12420,7 @@ { "id": "gitlens.welcome.plus", "title": "Introducing GitLens+ Features", - "description": "Check out the all-new, powerful, and completely optional, GitLens+ features.\n\n[Learn about GitLens+ features](command:gitlens.plus.learn?false \"Open the GitLens+ features walkthrough\")", + "description": "Check out the all-new, powerful, additional GitLens+ features.\n\n[Learn about GitLens+ features](command:gitlens.plus.learn?false \"Open the GitLens+ features walkthrough\")", "media": { "markdown": "walkthroughs/getting-started/12-plus.md" } @@ -12435,7 +12435,7 @@ { "id": "gitlens.plus.intro", "title": "Introducing GitLens+ Features", - "description": "All-new, powerful, and completely optional, features that enhance your current GitLens experience.", + "description": "All-new, powerful, additional features that enhance your current GitLens experience.", "media": { "markdown": "walkthroughs/plus/intro.md" } diff --git a/src/webviews/apps/home/components/plus-content.ts b/src/webviews/apps/home/components/plus-content.ts index 59438aa..e8fbe4b 100644 --- a/src/webviews/apps/home/components/plus-content.ts +++ b/src/webviews/apps/home/components/plus-content.ts @@ -8,7 +8,7 @@ const template = html` ${when( x => x.state === SubscriptionState.Free, html` -

All-new, powerful, and completely optional, features that enhance your GitLens experience.

+

All-new, powerful, additional features that enhance your GitLens experience.

GitLens+ features are free for local and public repos, no account required, while upgrading to GitLens Pro gives you access on private repos. diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index ce8d867..644ec34 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -241,7 +241,7 @@