We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678b279 + c873c0d commit 49e42aaCopy full SHA for 49e42aa
src/Mail/PostAddedEmail.php
@@ -31,7 +31,7 @@ public function __construct(Post $post)
31
public function build()
32
{
33
return $this
34
- ->subject('New Post Added to Discussion "'.$this->post->discussion->title.'"')
+ ->subject(__('New post added to discussion') . ' "'.$this->post->discussion->title.'"' )
35
->markdown('firefly::mail.new-post');
36
}
37
0 commit comments