diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js index 3d6cfbcad230034b65b71782ed282a4fd57b2c9a..8a1180cc3ab1a48a32beb722af656e2bb710feee 100644 --- a/src/interaction/siWardrobe.js +++ b/src/interaction/siWardrobe.js @@ -281,7 +281,7 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) { links.appendChild(colorOptions("glassesColor")); let note = document.createElement('span'); note.className = "note"; - note.textContent = ` Only glasses and porcelain masks support a custom color. If both are worn, they will share the same color.`; + note.textContent = ` Glasses and porcelain masks share the same custom color.`; links.appendChild(note); el.appendChild(links); }