File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/webviews/apps/shared/components Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17517
17517
{
17518
17518
"view": "gitlens.views.worktrees",
17519
17519
"contents": "[Upgrade to Pro](command:gitlens.plus.upgrade?%7B%22source%22%3A%22worktrees%22%7D)",
17520
- "when": "gitlens:plus:required && gitlens:plus:state == 4"
17520
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) "
17521
17521
},
17522
17522
{
17523
17523
"view": "gitlens.views.worktrees",
17527
17527
{
17528
17528
"view": "gitlens.views.worktrees",
17529
17529
"contents": "Launchpad Sale: Save 75% or more on GitLens Pro",
17530
- "when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo =~ /(launchpad|launchpad-extended)/"
17530
+ "when": "gitlens:plus:required && (gitlens:plus:state == 4 || gitlens:plus:state == 7) && gitlens:promo =~ /(launchpad|launchpad-extended)/"
17531
+ },
17532
+ {
17533
+ "view": "gitlens.views.worktrees",
17534
+ "contents": "Your Pro license has expired. Please upgrade for full access to Worktrees and other Pro features.",
17535
+ "when": "gitlens:plus:required && gitlens:plus:state == 7"
17531
17536
},
17532
17537
{
17533
17538
"view": "gitlens.views.worktrees",
17816
17821
"media": {
17817
17822
"markdown": "walkthroughs/welcome/pro-reactivate.md"
17818
17823
},
17819
- "when": "gitlens:plus:state == 6 "
17824
+ "when": "gitlens:plus:state == 7 "
17820
17825
},
17821
17826
{
17822
17827
"id": "visualize",
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ export class GlFeatureBadge extends LitElement {
270
270
271
271
case SubscriptionState . PaidExpired :
272
272
content = html `< p >
273
- Your Pro license as ended . You can now only use Pro features on publicly-hosted repos.
273
+ Your Pro license has expired . You can now only use Pro features on publicly-hosted repos.
274
274
</ p >
275
275
${ this . renderUpgradeActions ( html `< p > Please upgrade for full access to Pro features:</ p > ` ) } ` ;
276
276
break ;
You can’t perform that action at this time.
0 commit comments