Change text when updating the subscriptions
This commit is contained in:
@@ -213,6 +213,6 @@ class SubscribeController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
return cachet_redirect('subscribe.manage', $subscriber->verify_code)
|
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')));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ return [
|
|||||||
'email' => [
|
'email' => [
|
||||||
'subscribe' => 'Subscribe to email updates.',
|
'subscribe' => 'Subscribe to email updates.',
|
||||||
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
|
'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!',
|
'verified' => 'Your email subscription has been confirmed. Thank you!',
|
||||||
'manage' => 'Manage your subscription',
|
'manage' => 'Manage your subscription',
|
||||||
'unsubscribe' => 'Unsubscribe from email updates.',
|
'unsubscribe' => 'Unsubscribe from email updates.',
|
||||||
|
|||||||
Reference in New Issue
Block a user