diff --git a/app/Notifications/PolicyAnnouncementNotification.php b/app/Notifications/PolicyAnnouncementNotification.php index 01f4e69a..fd6f3ea5 100644 --- a/app/Notifications/PolicyAnnouncementNotification.php +++ b/app/Notifications/PolicyAnnouncementNotification.php @@ -28,6 +28,7 @@ public function toMail($notifiable): MailMessage { ->from('noreply@wikibase.cloud', 'Wikibase Cloud') ->subject(Lang::get('Please review and accept the updated Terms of Use and new Hosting Policy')) ->greeting(Lang::get('Dear Wikibase Cloud user,')) + ->line(new HtmlString(Lang::get('Apologies if you receive this mail twice. A glitch in our email sending system occurred and we want to be sure everyone got this message.'))) ->line(new HtmlString(Lang::get('We\'ve made two updates to the agreements that help run and maintain Wikibase Cloud. Please review and accept them if you agree. You can do it by logging in to the website.'))) ->line('') ->line(new HtmlString(Lang::get('What are we talking about and why is that important?')))