diff --git a/src/finn/custom_op/fpgadataflow/eltwise.py b/src/finn/custom_op/fpgadataflow/eltwise.py
index d8c55b228307a90af1f7fd6aeb152266a5230331..a29e871fabbc01f0accd6858d69c0a96a5a8c495 100644
--- a/src/finn/custom_op/fpgadataflow/eltwise.py
+++ b/src/finn/custom_op/fpgadataflow/eltwise.py
@@ -151,7 +151,7 @@ class StreamingEltwise(HLSCustomOp):
             info_messages.append("All necessary attributes exist")
         except Exception:
             info_messages.append(
-                """The required LabelSelect_Batch attributes do not exist."""
+                """The required StreamingEltwise attributes do not exist."""
             )
 
         return info_messages