Skip to content

Commit 1aed594

Browse files
authored
Merge pull request #377 from Jurigag/3.x
Remove double space
2 parents 8859298 + 8fab21f commit 1aed594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/library/Discord/DiscordComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function addMessageAboutReply(PostsReplies $reply)
129129

130130
$href = $postService->getPostUrl($reply->post);
131131
$message = sprintf(
132-
"\":newspaper2: **`%s` has commented in discussion `%s`. Check it out on %s#C%s.**",
132+
"\":newspaper2: **`%s` has commented in discussion `%s`. Check it out on %s#C%s.**",
133133
$reply->user->name,
134134
$reply->post->title,
135135
$href,
@@ -167,7 +167,7 @@ public function addMessageAboutSolvedDiscussion(PostsReplies $reply)
167167

168168
$href = $postService->getPostUrl($reply->post);
169169
$message = sprintf(
170-
":newspaper2: **Discussion `%s` was marked as solved. Check out accepted answer on %s#C%s.**",
170+
":newspaper2: **Discussion `%s` was marked as solved. Check out accepted answer on %s#C%s.**",
171171
$reply->post->title,
172172
$href,
173173
$reply->id

0 commit comments

Comments
 (0)