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.
1 parent 49e42aa commit bfe79b1Copy full SHA for bfe79b1
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