Skip to content
Snippets Groups Projects
Commit ab20e957 authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3448048 by eiriksm: Change wording for the change plan button since its above and not below

parent 7458b29a
No related branches found
No related tags found
1 merge request!54Change wording
Pipeline #175929 passed with warnings
......@@ -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>');
}
$plan_build = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment