diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js
index 7177fd0..450b39a 100644
--- a/js/account/avatar-sandbox.js
+++ b/js/account/avatar-sandbox.js
@@ -566,7 +566,7 @@ function LoadWearing() {
${Cached.name}
- by ${Cached.creator.name || "-"}
+ ${ (Cached.creator.id || 1) === 1 ? (Cached.accessoryType !== undefined ? CleanAccessoryType(Cached.accessoryType) : Cached.type.substring(0, 1).toUpperCase()+Cached.type.substring(1)) : `by ${Cached.creator.name || "-"}` }
Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }