Allign properties import during service import
[sdc.git] / catalog-be / src / main / docker / backend / chef-repo / cookbooks / sdc-catalog-be / files / default / error-configuration.yaml
index fe32ad0..ba2e58d 100644 (file)
@@ -2871,9 +2871,10 @@ errors:
         messageId: "SVC4015"
     }
 
+    # %1 - The input name
     #---------SVC4016-----------------------------
     INPUT_NAME_ALREADY_EXIST: {
         code: 400,
-        message: "Input name already exist.",
+        message: "Input name '%1' already exist.",
         messageId: "SVC4016"
     }
\ No newline at end of file