File tree 2 files changed +9
-4
lines changed
src/webviews/apps/shared/components 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17579
17579
{
17580
17580
"view": "gitlens.views.worktrees",
17581
17581
"contents": "[Upgrade to Pro](command:gitlens.plus.upgrade?%7B%22source%22%3A%22worktrees%22%7D)",
17582
- "when": "gitlens:plus:required && gitlens:plus:state == 4"
17582
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) "
17583
17583
},
17584
17584
{
17585
17585
"view": "gitlens.views.worktrees",
17589
17589
{
17590
17590
"view": "gitlens.views.worktrees",
17591
17591
"contents": "Launchpad Sale: Save 75% or more on GitLens Pro",
17592
- "when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo =~ /(launchpad|launchpad-extended)/"
17592
+ "when": "gitlens:plus:required && (gitlens:plus:state == 4 || gitlens:plus:state == 7) && gitlens:promo =~ /(launchpad|launchpad-extended)/"
17593
+ },
17594
+ {
17595
+ "view": "gitlens.views.worktrees",
17596
+ "contents": "Your Pro license has expired. Please upgrade for full access to Worktrees and other Pro features.",
17597
+ "when": "gitlens:plus:required && gitlens:plus:state == 7"
17593
17598
},
17594
17599
{
17595
17600
"view": "gitlens.views.worktrees",
17887
17892
"media": {
17888
17893
"markdown": "walkthroughs/welcome/pro-reactivate.md"
17889
17894
},
17890
- "when": "gitlens:plus:state == 6 "
17895
+ "when": "gitlens:plus:state == 7 "
17891
17896
},
17892
17897
{
17893
17898
"id": "visualize",
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ export class GlFeatureBadge extends LitElement {
271
271
272
272
case SubscriptionState . PaidExpired :
273
273
content = html `< p >
274
- Your Pro license as ended . You can now only use Pro features on publicly-hosted repos.
274
+ Your Pro license has expired . You can now only use Pro features on publicly-hosted repos.
275
275
</ p >
276
276
${ this . renderUpgradeActions ( html `< p > Please upgrade for full access to Pro features:</ p > ` ) } ` ;
277
277
break ;
You can’t perform that action at this time.
0 commit comments