This commit is contained in:
Adrian Hopek
2022-04-22 14:15:09 +02:00
parent 2a75534c52
commit 851a52fe32
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ class VacationRequestCreatedNotification extends Notification
$name = $this->vacationRequest->name;
if ($this->vacationRequest->creator()->is($this->vacationRequest->user)) {
return __("The vacation request :title for user :user has been created successfully.", [
return __("The vacation request :title from user :user has been created successfully.", [
"user" => $this->vacationRequest->user->profile->full_name,
"title" => $name,
]);