Procházet zdrojové kódy

Removes "completely optional" language

main
Keith Daulton před 2 roky
rodič
revize
5114069754
6 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. +1
    -1
      README.md
  2. +2
    -2
      package.json
  3. +1
    -1
      src/webviews/apps/home/components/plus-content.ts
  4. +3
    -3
      src/webviews/apps/home/home.html
  5. +1
    -1
      walkthroughs/getting-started/12-plus.md
  6. +1
    -1
      walkthroughs/plus/intro.md

+ 1
- 1
README.md Zobrazit soubor

@ -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.

+ 2
- 2
package.json Zobrazit soubor

@ -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"
}

+ 1
- 1
src/webviews/apps/home/components/plus-content.ts Zobrazit soubor

@ -8,7 +8,7 @@ const template = html`
${when(
x => x.state === SubscriptionState.Free,
html<PlusContent>`
<p>All-new, powerful, and completely optional, features that enhance your GitLens experience.</p>
<p>All-new, powerful, additional features that enhance your GitLens experience.</p>
<p>
GitLens+ features are free for local and public repos, no account required, while upgrading to GitLens
Pro gives you access on private repos.

+ 3
- 3
src/webviews/apps/home/home.html Zobrazit soubor

@ -241,7 +241,7 @@
<!-- check for gitlens+ -->
<div id="plus-sections">
<card-section dismissable id="commit-graph">
<span slot="heading">Introducing the Commit Graph</span>
<span slot="heading">Introducing the Commit Graph</span>
<a
title="Learn more about the Commit Graph"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22"
@ -266,7 +266,7 @@
</p>
</card-section>
<card-section dismissable id="visual-file-history">
<span slot="heading">Introducing Visual File History</span>
<span slot="heading">Introducing Visual File History</span>
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
@ -291,7 +291,7 @@
</p>
</card-section>
<card-section dismissable id="worktrees">
<span slot="heading">Introducing Worktrees</span>
<span slot="heading">Introducing Worktrees</span>
<a
title="Learn more about Worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"

+ 1
- 1
walkthroughs/getting-started/12-plus.md Zobrazit soubor

@ -1,6 +1,6 @@
## 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.

+ 1
- 1
walkthroughs/plus/intro.md Zobrazit soubor

@ -1,6 +1,6 @@
## Introducing GitLens+ Features
All-new, powerful, and completely optional, features that enhance your current GitLens experience.
All-new, powerful, additional features that enhance your current 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.

Načítá se…
Zrušit
Uložit