Skip to content

Commit 0b22cd2

Browse files
committed
Typo in task reminder
1 parent 3eed8d3 commit 0b22cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications/TaskReminderNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function toMail($notifiable)
9494
break;
9595

9696
case "Organisation":
97-
$mailMessage->line(new HtmlString('Organisation: <a href="'.config('app.url').'/organisation/'.$this->task->taskable->id.'">'.$this->task->taskable->name.'</a></small>'));
97+
$mailMessage->line(new HtmlString('Organisation: <a href="'.config('app.url').'/organisations/'.$this->task->taskable->id.'">'.$this->task->taskable->name.'</a></small>'));
9898
break;
9999

100100
case "Person":

0 commit comments

Comments
 (0)