diff --git a/lib/react/sound.jsx b/lib/react/sound.jsx index f311603..ecca064 100644 --- a/lib/react/sound.jsx +++ b/lib/react/sound.jsx @@ -60,7 +60,7 @@ var SoundPanel = React.createClass({ return (
  • - Unmute  + Muted 
  • ); @@ -68,7 +68,7 @@ var SoundPanel = React.createClass({ return (
  • - Mute  + Unmuted 
  • );