Skip to content

Commit 5d364e1

Browse files
eamodiod13
authored andcommitted
Closes #4202 updates discount message
1 parent 6ef2437 commit 5d364e1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

contributions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13828,7 +13828,7 @@
1382813828
"when": "gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo && gitlens:promo != pro50"
1382913829
},
1383013830
{
13831-
"contents": "Save 33% or more on GitLens Pro.",
13831+
"contents": "Save 50% on GitLens Pro.",
1383213832
"when": "gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo == pro50"
1383313833
},
1383413834
{
@@ -13935,7 +13935,7 @@
1393513935
"when": "gitlens:views:scm:grouped:view == launchpad && gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo && gitlens:promo != pro50"
1393613936
},
1393713937
{
13938-
"contents": "Save 33% or more on GitLens Pro.",
13938+
"contents": "Save 50% on GitLens Pro.",
1393913939
"when": "gitlens:views:scm:grouped:view == launchpad && gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo == pro50"
1394013940
},
1394113941
{
@@ -13987,7 +13987,7 @@
1398713987
"when": "gitlens:views:scm:grouped:view == worktrees && gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo && gitlens:promo != pro50"
1398813988
},
1398913989
{
13990-
"contents": "Save 33% or more on GitLens Pro.",
13990+
"contents": "Save 50% on GitLens Pro.",
1399113991
"when": "gitlens:views:scm:grouped:view == worktrees && gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == pro50"
1399213992
},
1399313993
{
@@ -14121,7 +14121,7 @@
1412114121
"when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo && gitlens:promo != pro50"
1412214122
},
1412314123
{
14124-
"contents": "Save 33% or more on GitLens Pro.",
14124+
"contents": "Save 50% on GitLens Pro.",
1412514125
"when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == pro50"
1412614126
},
1412714127
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20946,7 +20946,7 @@
2094620946
},
2094720947
{
2094820948
"view": "gitlens.views.launchpad",
20949-
"contents": "Save 33% or more on GitLens Pro.",
20949+
"contents": "Save 50% on GitLens Pro.",
2095020950
"when": "gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo == pro50"
2095120951
},
2095220952
{
@@ -21006,7 +21006,7 @@
2100621006
},
2100721007
{
2100821008
"view": "gitlens.views.scm.grouped",
21009-
"contents": "Save 33% or more on GitLens Pro.",
21009+
"contents": "Save 50% on GitLens Pro.",
2101021010
"when": "gitlens:views:scm:grouped:view == launchpad && gitlens:launchpad:connected && gitlens:plus:state == 4 && gitlens:promo == pro50"
2101121011
},
2101221012
{
@@ -21071,7 +21071,7 @@
2107121071
},
2107221072
{
2107321073
"view": "gitlens.views.scm.grouped",
21074-
"contents": "Save 33% or more on GitLens Pro.",
21074+
"contents": "Save 50% on GitLens Pro.",
2107521075
"when": "gitlens:views:scm:grouped:view == worktrees && gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == pro50"
2107621076
},
2107721077
{
@@ -21159,7 +21159,7 @@
2115921159
},
2116021160
{
2116121161
"view": "gitlens.views.worktrees",
21162-
"contents": "Save 33% or more on GitLens Pro.",
21162+
"contents": "Save 50% on GitLens Pro.",
2116321163
"when": "gitlens:plus:required && gitlens:plus:state == 4 && gitlens:promo == pro50"
2116421164
},
2116521165
{

src/plus/gk/productConfigProvider.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ export class ProductConfigProvider {
9898
locations: ['home', 'account', 'badge', 'gate'],
9999
content: {
100100
quickpick: {
101-
detail: '$(star-full) Save 33% or more on GitLens Pro',
101+
detail: '$(star-full) Save 50% on GitLens Pro',
102102
},
103103
webview: {
104104
info: {
105-
html: '<b>Save 33% or more</b> on GitLens Pro',
105+
html: '<b>Save 50%</b> on GitLens Pro',
106106
},
107107
link: {
108-
html: '<b>Save 33% or more</b> on GitLens Pro',
109-
title: 'Upgrade now and save 33% or more on GitLens Pro',
108+
html: '<b>Save 50%</b> on GitLens Pro',
109+
title: 'Upgrade now and Save 50% on GitLens Pro',
110110
},
111111
},
112112
},

0 commit comments

Comments
 (0)