Browse Source

Updates trial banner copy in commit graph

main
Keith Daulton 2 years ago
parent
commit
1b900da921
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 4
- 4
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -269,10 +269,10 @@ export function GraphWrapper({
<p className="alert__message">
You have {days < 1 ? 'less than one day' : pluralize('day', days)} left in your{' '}
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">
GitLens+
</a>{' '}
trial. Once your trial ends, you'll need a paid plan to use the Commit Graph on this private
repository.
GitLens+ trial
</a>
. Once your trial ends, you'll need a paid plan to continue to use the Commit Graph on this
and other private repos.
</p>
</>
);

Loading…
Cancel
Save