@@ -61,12 +61,12 @@ class BillingController extends ControllerBase {
$can_upgrade=FALSE;
$plan_name=t('Enterprise');
}
$change_plan_txt=t('<p>If you want to change your plan (upgrade to the agency plan, change your number of projects or cancel your plan), please use the "Manage my plan" button below.</p>');
$change_plan_txt=t('<p>If you want to change your plan (upgrade to the agency plan, change your number of projects or cancel your plan), please use the "Manage my plan" button above.</p>');
if($plan_id==='agency'){
$change_plan_txt=t('<p>If you want to change your plan (upgrade to the enterprise plan, change your number of projects or cancel your plan), please use the "Manage my plan" button below.</p>');
$change_plan_txt=t('<p>If you want to change your plan (upgrade to the enterprise plan, change your number of projects or cancel your plan), please use the "Manage my plan" button above.</p>');
}
if($plan_id==='enterprise'){
$change_plan_txt=t('<p>If you want to change your plan (change your number of projects or cancel your plan), please use the "Manage my plan" button below.</p>');
$change_plan_txt=t('<p>If you want to change your plan (change your number of projects or cancel your plan), please use the "Manage my plan" button above.</p>');