Skip to content

Commit e7d58ae

Browse files
Update stories/Form Elements/Fieldset.stories.tsx
Co-authored-by: Colin Rotherham <[email protected]>
1 parent 31c3e48 commit e7d58ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Form Elements/Fieldset.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const WithLegendAsAPageHeading: Story = {
7676
};
7777

7878
export const WithLegendHTML: Story = {
79-
name: 'With HTML',
79+
name: 'With Legend HTML',
8080
render: () => (
8181
<Fieldset>
8282
<Fieldset.Legend>What is your address? <strong>small note: this is your home address</strong></Fieldset.Legend>

0 commit comments

Comments
 (0)