diff --git a/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java b/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
index fab441cb58edc1511e9a0e75b2b95baf854149d0..eba60c3bc48f0463774ee52cba2aff9eccda1880 100644
--- a/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
+++ b/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
@@ -19,6 +19,6 @@ public class EventAddProductQuantity extends Event{
 
     @Override
     public String toString(){
-        return "\n"+super.toString()+" : Credit an account n°(" + this.id +"): "+this.msg+"\n";
+        return "\n"+super.toString()+" : Product supplying n°(" + this.id +"): "+this.msg+"\n";
     }
 }
\ No newline at end of file