* #132 - added translations * wip * #132 - added translations * #132 - cs fix * #132 - cs fix Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
This commit is contained in:
@@ -29,9 +29,10 @@ class VacationRequestStatusChangedNotification extends Notification
|
||||
public function toSlack(): SlackMessage
|
||||
{
|
||||
$url = route("vacation.requests.show", ["vacationRequest" => $this->vacationRequest->id]);
|
||||
$seeDetails = __("See details");
|
||||
|
||||
return (new SlackMessage())
|
||||
->text("{$this->buildDescription()}\n <${url}|Zobacz szczegóły>");
|
||||
->text("{$this->buildDescription()}\n <${url}|${seeDetails}>");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user