瀏覽代碼

Updates trial banner copy in commit graph

main
Keith Daulton 2 年之前
父節點
當前提交
1b900da921
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 4
- 4
src/webviews/apps/plus/graph/GraphWrapper.tsx 查看文件

@ -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…
取消
儲存