diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index 5ce522bbb185278210505758ef579ba8574118ff..aeb67b22c3633c317b48f98fb9f3947f6eff0c20 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -644,7 +644,7 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
 			}
 			const reshapedItem = {
 				text: object.name,
-				updateSlave: {vaginalAttachments: key},
+				updateSlave: {vaginalAttachment: key},
 				FS: object.fs,
 			};
 			optionsArray.push(reshapedItem);