This commit is contained in:
EwelinaLasowy
2022-02-22 09:45:23 +01:00
parent ef54b37691
commit 8a6d9151fb
4 changed files with 87 additions and 7 deletions

View File

@@ -53,10 +53,10 @@ class VacationRequestCreatedOnEmployeeBehalf extends Notification
->greeting(__("Hi :user!", [
"user" => $user,
]))
->subject(__("Vacation request :title has been created on your behalf.", [
->subject(__("Vacation request :title has been created on your behalf", [
"title" => $title,
]))
->line(__("The vacation request :title has been created correctly by :creator on your behalf in the :appName.", [
->line(__("The vacation request :title has been created correctly by user :creator on your behalf in the :appName.", [
"title" => $title,
"appName" => $appName,
"creator" => $creator,