From d63de58f8fe834b206d51a0d16bb36ef05de1e04 Mon Sep 17 00:00:00 2001 From: A Date: Tue, 27 Mar 2018 10:53:27 +0200 Subject: [PATCH] Use 'cachet.subscriber.manage.manage_at_link' The new translation is used to manage its subscriptions. --- .../Component/ComponentStatusChangedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Component/ComponentStatusChangedNotification.php b/app/Notifications/Component/ComponentStatusChangedNotification.php index f2eb5b40..67c1f04a 100644 --- a/app/Notifications/Component/ComponentStatusChangedNotification.php +++ b/app/Notifications/Component/ComponentStatusChangedNotification.php @@ -89,7 +89,7 @@ class ComponentStatusChangedNotification extends Notification ->line($content) ->action(trans('notifications.component.status_update.mail.action'), cachet_route('status-page')) ->line(trans('cachet.subscriber.unsubscribe', ['link' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code)])) - ->line(trans('cachet.subscriber.manage') . ' ' . cachet_route('subscribe.manage', $notifiable->verify_code)); + ->line(trans('cachet.subscriber.manage.manage_at_link', ['link' => cachet_route('subscribe.manage', $notifiable->verify_code)])); } /**