diff --git a/esoui/ingame/voicechat/console/zo_voicechat_gamepad.xml b/esoui/ingame/voicechat/console/zo_voicechat_gamepad.xml
index ce8b7a9..5ee0d46 100755
--- a/esoui/ingame/voicechat/console/zo_voicechat_gamepad.xml
+++ b/esoui/ingame/voicechat/console/zo_voicechat_gamepad.xml
@@ -10,7 +10,9 @@
             <Controls>
                 <Scroll name="$(parent)Channels" inherits="ZO_Gamepad_ParametricList_Screen" hidden="true" />
 
-                <Scroll name="$(parent)ParticipantOptions" inherits="ZO_Gamepad_ParametricList_Screen" hidden="true" />
+                <Scroll name="$(parent)Participants" inherits="ZO_Gamepad_ParametricList_Screen" hidden="true" />
+
+                <Control name="$(parent)SocialOptions" />
             </Controls>
         </TopLevelControl>
     </Controls>