Skip to content

Commit

Permalink
Merge pull request #20 from TomArrow/master
Browse files Browse the repository at this point in the history
- Fixes Typo In Mailer Blade For New Forum Reply
-  Replyed -> Replied
  • Loading branch information
HDVinnie authored Dec 12, 2017
2 parents 992f19e + 3753bae commit 5dce649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/emails/new_reply.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@component('mail::message')
# Your topic: {{ $topic->name }} has a new reply!

**Message:** <a href="{{ route('profil', ['username' => $user->username, 'id' => $user->id]) }}">{{ $user->username }}</a> has replyed to your topic
**Message:** <a href="{{ route('profil', ['username' => $user->username, 'id' => $user->id]) }}">{{ $user->username }}</a> has replied to your topic
<a href="{{ route('forum_topic', ['slug' => $topic->slug, 'id' => $topic->id]) }}">{{ $topic->name }}</a>

@component('mail::button', ['url' => route('forum_topic', ['slug' => $topic->slug, 'id' => $topic->id]), 'color' => 'blue'])
Expand Down

0 comments on commit 5dce649

Please sign in to comment.