Skip to content

Commit 6779aa2

Browse files
committed
Updates messaging
1 parent 2fdc9b2 commit 6779aa2

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Use `Switch to Pre-Release Version` on the extension banner to live on the edge
1616

1717
## Is GitLens Free?
1818

19-
All features are **completely free** for use on all repos, except for ones marked with:
19+
All features are free to use on all repos, **except** for features,
2020

21-
- ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
22-
- ☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
21+
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
22+
- 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
2323

2424
See the [FAQ](#is-gitlens-free-to-use 'Jump to FAQ') for more details.
2525

@@ -263,10 +263,10 @@ To learn more about the pricing and the additional ✨ and ☁️ features offer
263263

264264
## Is GitLens free to use?
265265

266-
Yes. All features are **completely free** for use on all repos, except for ones marked with:
266+
Yes. All features are free to use on all repos, **except** for features,
267267

268-
- ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
269-
- ☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
268+
- marked with a ✨ require a [trial or paid plan](https://www.gitkraken.com/gitlens/pricing) for use on privately hosted repos
269+
- 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
270270

271271
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.
272272

src/webviews/apps/welcome/welcome.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,25 @@ <h1 class="welcome__brand"><gitlens-logo></gitlens-logo> <small>Git Supercharged
5555
<section class="welcome__section">
5656
<h2>Powerful Features</h2>
5757
<div class="welcome__gates">
58+
<p>All features are free to use on all repos, <strong>except</strong> for features,</p>
5859
<p>
59-
All features are <strong>completely free</strong> for use on all repos, except for ones marked
60-
with:
61-
</p>
62-
<p>
63-
✨ require a
64-
<a class="muted" href="https://www.gitkraken.com/gitlens/pricing" title="Learn more"
60+
●&nbsp;&nbsp;&nbsp;marked with a ✨ require a
61+
<a
62+
class="muted"
63+
href="https://www.gitkraken.com/gitlens/pricing"
64+
title="See plans for more information"
6565
>trial or paid plan</a
6666
>
6767
for use on privately hosted repos
6868
<br />
69-
☁️ require an account and access is based on your plan, e.g. Free, Pro, etc
69+
●&nbsp;&nbsp;&nbsp;marked with a ☁️ require a GitKraken Account, with access level based on your
70+
<a
71+
class="muted"
72+
href="https://www.gitkraken.com/gitlens/pricing"
73+
title="See plans for more information"
74+
>plan</a
75+
>
76+
, e.g. Free, Pro, etc
7077
</p>
7178
</div>
7279
<h3 class="checkbox-group">

0 commit comments

Comments
 (0)