diff --git a/app/controllers/UserController.php b/app/controllers/UserController.php index 3045bc846eac..0e04261fa308 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 d7aa08c97d9a..f87a0d310abf 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 56de18ac6d7e..459ffe7bb9b5 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 62b42794c3ca..f1252896d15e 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 441c8b795ac9..2cb2564f99f7 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 e70b99fef10b..80084dd0fc04 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 fcc58959f4a3..a042310ab74a 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 f43223bbfb5e..0280fa85c2ec 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.', );