Skip to content

Commit

Permalink
Use 'cachet.subscriber.manage.manage_at_link'
Browse files Browse the repository at this point in the history
The new translation is used to manage its subscriptions.
  • Loading branch information
uxen-ab committed Mar 27, 2018
1 parent 763d746 commit d63de58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function toMail($notifiable)
->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)]));
}

/**
Expand Down

0 comments on commit d63de58

Please sign in to comment.