diff --git a/Model/Notifications.php b/Model/Notifications.php
index 9680ae10..28a946b2 100644
--- a/Model/Notifications.php
+++ b/Model/Notifications.php
@@ -212,7 +212,7 @@ private function addDashSettingsMessages()
CoreAccount::DOMAIN_INCORRECT => sprintf(
__('The registered domain is different from the URL of your website. Please correct the '
. 'domain configured on the %s to be able to process payment in your store.'),
- $this->buildDashLink($linkLabel, $linkAccount),
+ $this->buildDashLink($linkLabel, $linkAccount)
),
CoreAccount::WEBHOOK_INCORRECT => sprintf(
__('The URL for receiving webhooks registered in Pagar.me Dash is different from the URL of '