Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/Notifications/PolicyAnnouncementNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://www.wikibase.cloud/">website</a>.')))
->line('')
->line(new HtmlString(Lang::get('What are we talking about and why is that important?')))
Expand Down
Loading