Skip to content

Commit b83328c

Browse files
committed
Update tweet content
1 parent 631f522 commit b83328c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/PostArticleToTwitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public function generateTweet()
3636
$author = $this->article->author();
3737
$author = $author->twitterHandle() ? "@{$author->twitterHandle()}" : $author->name();
3838

39-
return "{$title} - {$author}\n\n{$url}";
39+
return "{$title} by {$author}\n\n{$url}";
4040
}
4141
}

0 commit comments

Comments
 (0)