mirror of
https://github.com/cachethq/cachet.git
synced 2026-07-01 08:15:55 +00:00
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)
|
||||
->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')));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user