From 777c4a6240394c8f08b77b5e2207cb23e96f80dc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 13 Apr 2014 16:38:07 +0300 Subject: [PATCH] Working on pro plan --- app/controllers/UserController.php | 2 +- app/lang/de/texts.php | 2 +- app/lang/en/texts.php | 2 +- app/lang/es/texts.php | 2 +- app/lang/fr/texts.php | 2 +- app/lang/it/texts.php | 2 +- app/lang/nl/texts.php | 2 +- app/lang/pt_BR/texts.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/controllers/UserController.php b/app/controllers/UserController.php index 3045bc846e..0e04261fa3 100755 --- a/app/controllers/UserController.php +++ b/app/controllers/UserController.php @@ -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'); } } diff --git a/app/lang/de/texts.php b/app/lang/de/texts.php index d7aa08c97d..f87a0d310a 100644 --- a/app/lang/de/texts.php +++ b/app/lang/de/texts.php @@ -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.', ); diff --git a/app/lang/en/texts.php b/app/lang/en/texts.php index 56de18ac6d..459ffe7bb9 100644 --- a/app/lang/en/texts.php +++ b/app/lang/en/texts.php @@ -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.', ); diff --git a/app/lang/es/texts.php b/app/lang/es/texts.php index 62b42794c3..f1252896d1 100644 --- a/app/lang/es/texts.php +++ b/app/lang/es/texts.php @@ -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.', ); diff --git a/app/lang/fr/texts.php b/app/lang/fr/texts.php index 441c8b795a..2cb2564f99 100644 --- a/app/lang/fr/texts.php +++ b/app/lang/fr/texts.php @@ -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.', ); diff --git a/app/lang/it/texts.php b/app/lang/it/texts.php index e70b99fef1..80084dd0fc 100644 --- a/app/lang/it/texts.php +++ b/app/lang/it/texts.php @@ -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.', ); diff --git a/app/lang/nl/texts.php b/app/lang/nl/texts.php index fcc58959f4..a042310ab7 100644 --- a/app/lang/nl/texts.php +++ b/app/lang/nl/texts.php @@ -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.', ); diff --git a/app/lang/pt_BR/texts.php b/app/lang/pt_BR/texts.php index f43223bbfb..0280fa85c2 100644 --- a/app/lang/pt_BR/texts.php +++ b/app/lang/pt_BR/texts.php @@ -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.', );