@@ -2598,7 +2598,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
2598
2598
? `/switch-to-payg?personalSubscription=${ personalSubscription . uid } `
2599
2599
: "https://www.gitpod.io/docs/configure/billing#configure-personal-billing" ;
2600
2600
result . unshift ( {
2601
- message : `Your old subscription '${ plan . name } ' will be deprecated end of March.` ,
2601
+ message : `Your personal '${ plan . name } ' subscription will be discontinued on March, 31st .` ,
2602
2602
action : {
2603
2603
url,
2604
2604
label : "Switch to pay-as-you-go" ,
@@ -2615,7 +2615,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
2615
2615
? `/switch-to-payg?teamSubscription=${ ownedTeamSubscription . id } `
2616
2616
: "https://www.gitpod.io/docs/configure/billing/org-plans" ;
2617
2617
result . unshift ( {
2618
- message : `Your old Team Subscription '${ plan . name } ' will be deprecated soon .` ,
2618
+ message : `Your Team Subscription '${ plan . name } ' will be discontinued on March, 31st .` ,
2619
2619
action : {
2620
2620
url,
2621
2621
label : "Switch to pay-as-you-go" ,
@@ -2632,7 +2632,7 @@ export class GitpodServerEEImpl extends GitpodServerImpl {
2632
2632
? `/switch-to-payg?teamSubscription2=${ ownedTeamSubscription2 . id } `
2633
2633
: "https://www.gitpod.io/docs/configure/billing#configure-organization-billing" ;
2634
2634
result . unshift ( {
2635
- message : `The subscription '${ plan . name } ' for team '${ team . name } ' will be deprecated soon .` ,
2635
+ message : `Your '${ plan . name } ' subscription for Organization '${ team . name } ' will be discontinued on March, 31st .` ,
2636
2636
action : {
2637
2637
url,
2638
2638
label : "Switch to pay-as-you-go" ,
0 commit comments