Skip to content

Commit 5cd8df5

Browse files
author
pipeline
committed
sample(ej2-1921): sample text changes
1 parent 51c00b0 commit 5cd8df5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

samples/button/radio-button/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class RadioButton extends SampleBase<{}, {}> {
1010
<div className='control-pane'>
1111
<div className='control-section'>
1212
<div className='radiobutton-control'>
13-
<h4>Select the Payment mode</h4>
13+
<h4>Select a payment method</h4>
1414
<div className='row'>
1515
<RadioButtonComponent checked={true} label='Credit/Debit card' name='payment' value="credit/debit"></RadioButtonComponent>
1616
</div>

src/button/radio-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class RadioButton extends SampleBase<{}, {}> {
1010
<div className='control-pane'>
1111
<div className='control-section'>
1212
<div className='radiobutton-control'>
13-
<h4>Select the Payment mode</h4>
13+
<h4>Select a payment method</h4>
1414
<div className='row'>
1515
<RadioButtonComponent checked={true} label='Credit/Debit card' name='payment' value="credit/debit"></RadioButtonComponent>
1616
</div>

0 commit comments

Comments
 (0)