diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5f15b3..a9766a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # api +## 10x.18.2 - 16 December 2024 +- Update FAQ link in empty wiki notification email + ## 10x.18.1 - 20 November 2024 - Update Getting Started url in empty wiki notification email diff --git a/app/Notifications/EmptyWikiNotification.php b/app/Notifications/EmptyWikiNotification.php index 0f735a0d..a2329da1 100644 --- a/app/Notifications/EmptyWikiNotification.php +++ b/app/Notifications/EmptyWikiNotification.php @@ -61,7 +61,7 @@ public function toMail($notifiable) ->line(new HtmlString(Lang::get('
  • Getting started
  • '))) ->line(new HtmlString(Lang::get('
  • Data modeling
  • '))) ->line(new HtmlString(Lang::get('
  • Learn by example
  • '))) - ->line(new HtmlString(Lang::get('
  • Get your questions answered: check the FAQ, ask us or ask the community, either on Telegram or the mailing list
  • '))) + ->line(new HtmlString(Lang::get('
  • Get your questions answered: check the FAQ, ask us or ask the community, either on Telegram or the mailing list
  • '))) ->line(new HtmlString('')) ->line(new HtmlString(Lang::get('Have you reconsidered using Wikibase for this project? We’d love it if you’d tell us why. (You can delete your empty Wikibase(s) from your dashboard.)'))) ->line(Lang::get('Thanks for using Wikibase Cloud!'));