Commit 84811c4f authored by Mark Harding's avatar Mark Harding

(fix): typo|

No related merge requests found
Pipeline #73672135 running with stages
......@@ -36,7 +36,7 @@ class SendNotificationDelegate
public function onMaxSubscriptions($subscription)
{
$message = "You are unable to subscribe to new channels as you are have over 5000 subscriptions.";
$message = "You are unable to subscribe to new channels as you have over 5000 subscriptions.";
$this->eventsDispatcher->trigger('notification', 'all', [
'to' => [ $subscription->getSubscriberGuid() ],
'entity' => $subscription->getPublisherGuid(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment