diff --git a/src/App/GamepadModal/GamepadDiagram.tsx b/src/App/GamepadModal/GamepadDiagram.tsx
index fa89154fe..5aaa2a5ca 100644
--- a/src/App/GamepadModal/GamepadDiagram.tsx
+++ b/src/App/GamepadModal/GamepadDiagram.tsx
@@ -198,6 +198,7 @@ const GamepadDiagram = () => {
{t('GAMEPAD_ACTION_GUIDE')}
+ {t('GAMEPAD_LABEL_PLAY_PAUSE_PLAYER')}
{/* ============================= */}
{/* ===== LABELS — RIGHT ===== */}
@@ -222,7 +223,6 @@ const GamepadDiagram = () => {
{t('GAMEPAD_ACTION_SELECT')}
- {t('GAMEPAD_LABEL_PLAY_PAUSE_PLAYER')}
{/* Right stick */}
diff --git a/src/App/GamepadModal/GamepadModal.tsx b/src/App/GamepadModal/GamepadModal.tsx
index 4a6cd0c0a..dd213eca4 100644
--- a/src/App/GamepadModal/GamepadModal.tsx
+++ b/src/App/GamepadModal/GamepadModal.tsx
@@ -104,7 +104,7 @@ const GamepadModal = ({ onClose }: Props) => {
{t('GAMEPAD_SECTION_PLAYER')}
- {CROSS}
+ {SQUARE}
{t('GAMEPAD_ACTION_PLAY_PAUSE')}
diff --git a/src/routes/Player/ControlBar/ControlBar.js b/src/routes/Player/ControlBar/ControlBar.js
index c9ba5cd7e..a58acc14f 100644
--- a/src/routes/Player/ControlBar/ControlBar.js
+++ b/src/routes/Player/ControlBar/ControlBar.js
@@ -117,18 +117,18 @@ const ControlBar = React.forwardRef(({
onSeekRequested={onSeekRequested}
/>
-