File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/webviews/apps/shared/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17548
17548
{
17549
17549
"view": "gitlens.views.worktrees",
17550
17550
"contents": "[Upgrade to Pro](command:gitlens.plus.upgrade?%7B%22source%22%3A%22worktrees%22%7D)",
17551
- "when": "gitlens:plus:required && gitlens:plus:state == 4"
17551
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) "
17552
17552
},
17553
17553
{
17554
17554
"view": "gitlens.views.worktrees",
@@ -17558,12 +17558,12 @@
17558
17558
{
17559
17559
"view": "gitlens.views.worktrees",
17560
17560
"contents": "Launchpad sale: Save 75% or more on GitLens Pro",
17561
- "when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == launchpad-extended"
17561
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) && gitlens:promo == launchpad-extended"
17562
17562
},
17563
17563
{
17564
17564
"view": "gitlens.views.worktrees",
17565
17565
"contents": "Limited-time sale: Save up to 80% on GitLen Pro",
17566
- "when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == devexdays"
17566
+ "when": "gitlens:plus:required && ( gitlens:plus:state == 4 || gitlens:plus:state == 7) && gitlens:promo == devexdays"
17567
17567
},
17568
17568
{
17569
17569
"view": "gitlens.views.worktrees",
17852
17852
"media": {
17853
17853
"markdown": "walkthroughs/welcome/pro-reactivate.md"
17854
17854
},
17855
- "when": "gitlens:plus:state == 6 "
17855
+ "when": "gitlens:plus:state == 7 "
17856
17856
},
17857
17857
{
17858
17858
"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