This commit is contained in:
Adrian Hopek
2022-04-14 11:14:51 +02:00
parent 8a8905c9d7
commit 4059b101f5
2 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class VacationRequestCreatedNotification extends Notification
return __("The vacation request :title has been created correctly by user :creator on your behalf in the :appName.", [
"title" => $this->vacationRequest->name,
"appName" => $appName,
"creator" => $this->vacationRequest->creator->fullName,
"creator" => $this->vacationRequest->creator->profile->fullName,
]);
}
}