From 1b900da9214039adcb789e32da179a66a57e7a07 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Mon, 29 Aug 2022 17:51:05 -0400 Subject: [PATCH] Updates trial banner copy in commit graph --- src/webviews/apps/plus/graph/GraphWrapper.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index bffa1a8..ebc46a2 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -269,10 +269,10 @@ export function GraphWrapper({

You have {days < 1 ? 'less than one day' : pluralize('day', days)} left in your{' '} - GitLens+ - {' '} - trial. Once your trial ends, you'll need a paid plan to use the Commit Graph on this private - repository. + GitLens+ trial + + . Once your trial ends, you'll need a paid plan to continue to use the Commit Graph on this + and other private repos.

);