Skip to content

Commit

Permalink
Code example radio style - English translation (#3367)
Browse files Browse the repository at this point in the history
Residual translation
  • Loading branch information
kvetoslavnovak authored and afc163 committed Oct 11, 2016
1 parent d409065 commit 38962e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/radio/demo/radiobutton.md
Expand Up @@ -34,7 +34,7 @@ ReactDOM.render(<div>
<div style={{ marginTop: 16 }}>
<RadioGroup onChange={onChange} defaultValue="a">
<RadioButton value="a">Hangzhou</RadioButton>
<RadioButton value="b" disabled>上海</RadioButton>
<RadioButton value="b" disabled>Shanghai</RadioButton>
<RadioButton value="c">Beijing</RadioButton>
<RadioButton value="d">Chengdu</RadioButton>
</RadioGroup>
Expand Down

0 comments on commit 38962e1

Please sign in to comment.