diff --git a/src/components/postDetails/CardComment.tsx b/src/components/postDetails/CardComment.tsx
index d339745..a614ab8 100644
--- a/src/components/postDetails/CardComment.tsx
+++ b/src/components/postDetails/CardComment.tsx
@@ -81,7 +81,7 @@ const CardComment: React.FC = ({ currentUser, comment, users }) => {
@{authorPost.pseudo}
ยท
- {ReTweet?.created && `il y a ${timeSince(dateParserCreated(ReTweet.created))}`}
+ {ReTweet?.created && `${timeSince(dateParserCreated(ReTweet.created))} ago`}
)}
= ({
{peopleConnect &&
peopleConnect
- .slice(0, 3)
.map((u, i) => (