Skip to content

Commit f37e552

Browse files
Minor tweaks in the translation strings
1 parent 4125af9 commit f37e552

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/Resources/translations/messages.en.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@
276276
<source>post.deleted_successfully</source>
277277
<target>Post deleted successfully!</target>
278278
</trans-unit>
279-
<trans-unit id="post.recieved_comment">
280-
<source>post.recieved_comment</source>
281-
<target>Your post recieved a comment!</target>
279+
<trans-unit id="post.comment_added">
280+
<source>post.comment_added</source>
281+
<target>Your post received a comment!</target>
282282
</trans-unit>
283-
<trans-unit id="post.recieved_comment_message">
284-
<source>post.recieved_comment_message</source>
285-
<target><![CDATA[Your post "%title%" has recieved a new comment. You can read the comment by following this <a href="%link%">link</a>!]]></target>
283+
<trans-unit id="post.comment_added.description">
284+
<source>post.comment_added.description</source>
285+
<target><![CDATA[Your post "%title%" has received a new comment. You can read the comment by following <a href="%link%">this link</a>]]></target>
286286
</trans-unit>
287287

288288
<trans-unit id="help.app_description">

0 commit comments

Comments
 (0)