File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments