Browse Source

Updates content

main
Eric Amodio 4 years ago
parent
commit
133b6da1e9
3 changed files with 7 additions and 12 deletions
  1. +2
    -2
      src/webviews/apps/settings/partials/changes.html
  2. +2
    -1
      src/webviews/apps/settings/partials/views.file-history.html
  3. +3
    -9
      src/webviews/apps/welcome/welcome.html

+ 2
- 2
src/webviews/apps/settings/partials/changes.html View File

@ -12,8 +12,8 @@
</h2>
<p class="section__header-hint">
Adds on-demand gutter changes annotations to highlight any local changes or lines changed by the most recent
commit
Adds on-demand gutter changes annotations to highlight any local (unpublished) changes or lines changed by
the most recent commit
</p>
<div class="section__header-info">
<i class="icon icon--md icon__bulb"></i>

+ 2
- 1
src/webviews/apps/settings/partials/views.file-history.html View File

@ -18,7 +18,8 @@
title="Show View in Side Bar"
href="command:gitlens.showFileHistoryView"
></a>
to visualize, navigate, and explore the revision history of the current file
to visualize, navigate, and explore the revision history of the current file or just the selected lines of
the current file
</p>
</div>

+ 3
- 9
src/webviews/apps/welcome/welcome.html View File

@ -64,10 +64,7 @@
href="https://gitlens.amod.io/#sponsor"
>Sponsor GitLens &#x2764;</a
>
<p>
While GitLens is generously offered to everyone free of charge, if you find it useful,
please consider sponsoring it.
</p>
<p>If you find GitLens useful, please consider sponsoring it.</p>
</div>
</div>
</div>
@ -83,7 +80,7 @@
>
</div>
<p class="blurb ml-0 mr-0">
GitLens, is <b>powerful and feature rich</b>, while also highly <b>customizable</b> to meet your
GitLens is <b>powerful</b>, <b>feature rich</b>, and highly <b>customizable</b> to meet your
needs. Do you find code lens intrusive or the current line blame annotation distracting &mdash;
no problem, quickly turn them off or change how they behave using the options below.
</p>
@ -402,10 +399,7 @@
href="https://gitlens.amod.io/#sponsor"
>Sponsor GitLens &#x2764;</a
>
<p>
While GitLens is generously offered to everyone free of charge, if you find it useful, please
consider sponsoring it.
</p>
<p>If you find GitLens useful, please consider sponsoring it.</p>
</div>
<div class="sidebar__group">
<h2>Sponsors</h2>

Loading…
Cancel
Save