constconfirm: MessageItem={title:'Sign in to GitLens+',isCloseAffordance: true};
constconfirm: MessageItem={title:'Extend Your Trial',isCloseAffordance: true};
constcancel: MessageItem={title:'Cancel'};
constresult=awaitwindow.showInformationMessage(
'Your GitLens+ features trial has ended.\nPlease sign in to use GitLens+ features on public repos and get a free 7-day trial for both public and private repos.',
'Your 3-day trial has ended.\nExtend your GitLens Pro trial to continue to use GitLens+ features on private repos, free for an additional 7-days.',
{modal: true},
confirm,
cancel,
@ -476,7 +480,7 @@ export class SubscriptionService implements Disposable {
?`**Please verify your email**\n\nBefore you can start your **${effective.name}** trial, please verify the email for the account you created.\n\nClick for details`
:`**Please verify your email**\n\nBefore you can use GitLens+ features, please verify the email for the account you created.\n\nClick for details`,
?`**Please verify your email**\n\nBefore you can start your **${effective.name}** trial, please verify your email address.\n\nClick for details`
:`**Please verify your email**\n\nBefore you can also use GitLens+ features on private repos, please verify your email address.\n\nClick for details`,