1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Working on pro plan

This commit is contained in:
Hillel Coren 2014-04-13 16:38:07 +03:00
parent 3a50fd6aa2
commit 777c4a6240
8 changed files with 8 additions and 8 deletions

View File

@ -193,7 +193,7 @@ class UserController extends BaseController {
if ($invoice = $this->accountRepo->enableProPlan())
{
$this->contactMailer->sendInvoice($invoice);
$notice_msg = trans('texts.pro_plan_succes');
$notice_msg = trans('texts.pro_plan_success');
}
}

View File

@ -308,7 +308,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -308,6 +308,6 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -307,7 +307,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -308,7 +308,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -308,7 +308,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -308,7 +308,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);

View File

@ -296,7 +296,7 @@ return array(
'pro_plan_product' => 'Pro Plan',
'pro_plan_description' => 'One year enrollment in the Invoice Ninja Pro Plan.',
'pro_plan_succes' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
'pro_plan_success' => 'Thanks for joining! Once the invoice is paid your Pro Plan membership will begin.',
);