diff --git a/src/app/post/components/post-header/post-header.component.ts b/src/app/post/components/post-header/post-header.component.ts
index a1977f30e39cfc8513db8bfa510e737a09da552a..953fc9aace5340fec98d6844349a6a5386619d7d 100644
--- a/src/app/post/components/post-header/post-header.component.ts
+++ b/src/app/post/components/post-header/post-header.component.ts
@@ -27,7 +27,7 @@ export class PostHeaderComponent implements OnInit {
       if (data.tags) {
         this.tags = data.tags;
         this.removeTagBySlug(TagEnum.aLaUneSection);
-        this.updateTagName(TagEnum.aLaUne, 'Les + récentes');
+        this.updateTagName(TagEnum.aLaUne, 'Les plus récentes');
         this.sortTagsByName(this.tags.commune);
       }
     });