- {motionPermission === 'prompt' ? (
-
+ {motionPermission === 'prompt' ? ( + + ) : motionPermission === 'granted' ? ( + t( + isMobile ? 'shakeInstructionsMobile' : 'shakeInstructionsDesktop', + { item: getLocalizedSkinName(currentSkin) } + ) + ) : ( + t( + isMobile ? 'noShakeInstructionsMobile' : 'noShakeInstructionsDesktop', + { item: getLocalizedSkinName(currentSkin) } + ) + )} +
+
- {motionPermission === 'prompt' ? (
-