Change text when updating the subscriptions

This commit is contained in:
Anne-Greeth van Herwijnen
2019-04-25 10:23:18 +02:00
parent ef189a4d4f
commit 26d4e7161b
2 changed files with 2 additions and 1 deletions

View File

@@ -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')));
}
}