Browse Source

Updates messaging

main
Eric Amodio 1 year ago
parent
commit
6779aa20b5
2 changed files with 20 additions and 13 deletions
  1. +6
    -6
      README.md
  2. +14
    -7
      src/webviews/apps/welcome/welcome.html

+ 6
- 6
README.md View File

@ -16,10 +16,10 @@ Use `Switch to Pre-Release Version` on the extension banner to live on the edge
## Is GitLens Free?
All features are **completely free** for use on all repos, except for ones marked with:
All features are free to use on all repos, **except** for features,
- ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- ☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- marked with a ☁️ require a GitKraken Account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
See the [FAQ](#is-gitlens-free-to-use 'Jump to FAQ') for more details.
@ -263,10 +263,10 @@ To learn more about the pricing and the additional ✨ and ☁️ features offer
## Is GitLens free to use?
Yes. All features are **completely free** for use on all repos, except for ones marked with:
Yes. All features are free to use on all repos, **except** for features,
- ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- ☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
- marked with a ☁️ require a GitKraken Account, with access level based on your [plan](https://www.gitkraken.com/gitlens/pricing), e.g. Free, Pro, etc
While GitLens offers a remarkable set of free features, a subset of features tailored for professional developers and teams, marked with a ✨, require a trial or paid plan for use on privately hosted repos — use on local or publicly hosted repos is free for everyone. Additionally some features marked with a ☁️, rely on GitKraken Dev Services which requires an account and access is based on your plan, e.g. Free, Pro, etc.

+ 14
- 7
src/webviews/apps/welcome/welcome.html View File

@ -55,18 +55,25 @@
<section class="welcome__section">
<h2>Powerful Features</h2>
<div class="welcome__gates">
<p>All features are free to use on all repos, <strong>except</strong> for features,</p>
<p>
All features are <strong>completely free</strong> for use on all repos, except for ones marked
with:
</p>
<p>
✨ require a
<a class="muted" href="https://www.gitkraken.com/gitlens/pricing" title="Learn more"
&nbsp;&nbsp;&nbsp;marked with a ✨ require a
<a
class="muted"
href="https://www.gitkraken.com/gitlens/pricing"
title="See plans for more information"
>trial or paid plan</a
>
for use on privately hosted repos
<br />
☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
&nbsp;&nbsp;&nbsp;marked with a ☁️ require a GitKraken Account, with access level based on your
<a
class="muted"
href="https://www.gitkraken.com/gitlens/pricing"
title="See plans for more information"
>plan</a
>
, e.g. Free, Pro, etc
</p>
</div>
<h3 class="checkbox-group">

Loading…
Cancel
Save