diff --git a/src/views/feature/Feature_detail.vue b/src/views/feature/Feature_detail.vue
index 9098d81ff02c3bffb02c341b9ac72a63b55ba673..666e8f7824738aa8fc932fb8d0f2da4946b72442 100644
--- a/src/views/feature/Feature_detail.vue
+++ b/src/views/feature/Feature_detail.vue
@@ -474,7 +474,7 @@ export default {
     validateForm() {
       this.comment_form.comment.errors = ""
       if (!this.comment_form.comment.value) {
-        this.comment_form.comment.errors = "Ce champ est obligatoire."
+        this.comment_form.comment.errors = "Le commentaire ne peut pas être vide"
         return false;
       }
       return true;