diff --git a/app/Http/Controllers/SubscribeController.php b/app/Http/Controllers/SubscribeController.php index 8fa895876..a2261b200 100644 --- a/app/Http/Controllers/SubscribeController.php +++ b/app/Http/Controllers/SubscribeController.php @@ -213,6 +213,6 @@ class SubscribeController extends Controller } return cachet_redirect('subscribe.manage', $subscriber->verify_code) - ->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('cachet.subscriber.email.subscribed'))); + ->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('cachet.subscriber.email.updated-subscribe'))); } } diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 0efae29c7..d08577d53 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -92,6 +92,7 @@ return [ 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', + 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.', 'verified' => 'Your email subscription has been confirmed. Thank you!', 'manage' => 'Manage your subscription', 'unsubscribe' => 'Unsubscribe from email updates.',