From 48e0a775e08a640f4f0de3991b3d43e5d6d37318 Mon Sep 17 00:00:00 2001 From: Michael Mollick Date: Thu, 22 Oct 2015 21:36:49 -0400 Subject: [PATCH] Fixed typo for unsubscribed language reference --- app/Http/Controllers/SubscribeController.php | 2 +- resources/lang/en/cachet.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/SubscribeController.php b/app/Http/Controllers/SubscribeController.php index ab29ef48..59d5cd17 100644 --- a/app/Http/Controllers/SubscribeController.php +++ b/app/Http/Controllers/SubscribeController.php @@ -109,6 +109,6 @@ class SubscribeController extends Controller $this->dispatch(new UnsubscribeSubscriberCommand($subscriber)); return Redirect::route('status-page') - ->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('cachet.subscriber.email.unsuscribed'))); + ->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('cachet.subscriber.email.unsubscribed'))); } } diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 3d07b235..a0901722 100755 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -66,7 +66,7 @@ return [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', - 'unsubscribe' => 'Unsuscribe from email updates.', + 'unsubscribe' => 'Unsubscribe from email updates.', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', 'verify' => [