diff --git a/resources/views/emails/new_reply.blade.php b/resources/views/emails/new_reply.blade.php
index 8ec4bf399b..ddcbe8d419 100755
--- a/resources/views/emails/new_reply.blade.php
+++ b/resources/views/emails/new_reply.blade.php
@@ -1,7 +1,7 @@
@component('mail::message')
# Your topic: {{ $topic->name }} has a new reply!
-**Message:** {{ $user->username }} has replyed to your topic
+**Message:** {{ $user->username }} has replied to your topic
{{ $topic->name }}
@component('mail::button', ['url' => route('forum_topic', ['slug' => $topic->slug, 'id' => $topic->id]), 'color' => 'blue'])