Skip to content

Commit 9e1373e

Browse files
committed
feat: (LAR-109) update reply email.
1 parent b9162f1 commit 9e1373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/emails/new_reply.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@component('mail::message')
2-
**{{ '@' . $reply->user->username }}** a répondu à ce sujet.
2+
<b>{{ '@' . $reply->user->username }}</b> a répondu à ce sujet.
33

44
@component('mail::panel')
55
{{ $reply->excerpt(200) }}

0 commit comments

Comments
 (0)