feat: update notification title

This commit is contained in:
Maël Gangloff
2024-08-17 00:43:04 +02:00
parent bb96da8fe3
commit 99d6c25501

View File

@@ -27,7 +27,7 @@ class DomainUpdateNotification extends Notification implements ChatNotificationI
{
$ldhName = $this->domainEvent->getDomain()->getLdhName();
$action = $this->domainEvent->getAction();
$this->subject("Success: Domain Updated $ldhName")
$this->subject("Domain changed $ldhName ($action)")
->content("Domain name $ldhName information has been updated ($action).")
->importance(Notification::IMPORTANCE_HIGH);