diff --git a/src/Model/Table/NotificationsTable.php b/src/Model/Table/NotificationsTable.php
index 02638db..f69ca43 100644
--- a/src/Model/Table/NotificationsTable.php
+++ b/src/Model/Table/NotificationsTable.php
@@ -69,11 +69,11 @@ public function findMap(Query $query, array $options)
case 'bot':
$notification->text = __(
- 'Welcome on {0}! You can now post your first message in the Forum.',
+ 'Welcome on {0}! You can now post your first comment in the blog.',
\Cake\Core\Configure::read('Site.name')
);
- $notification->link = Router::url(['controller' => 'forum', 'action' => 'index', 'prefix' => 'forum']);
+ $notification->link = Router::url(['controller' => 'blog', 'action' => 'index', 'prefix' => false]);
$notification->icon = $notification->data['icon'];
break;