Skip to content

Commit

Permalink
va-file-input|story: replace 'Label Header' with 'Header label' (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
powellkerry authored Aug 5, 2024
1 parent b10fa15 commit 9ff0101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storybook/stories/va-file-input-uswds.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ErrorMessage.args = {
export const HeaderLabel = Template.bind(null);
HeaderLabel.args = {
...defaultArgs,
label: 'Label Header',
label: 'Header label',
headerSize: 3,
required: true
}
Expand All @@ -113,7 +113,7 @@ const additionalFormInputsContent = (
export const AdditionalFormInputs = Template.bind(null);
AdditionalFormInputs.args = {
...defaultArgs,
label: 'Label Header',
label: 'Header label',
children: additionalFormInputsContent
}

Expand Down

0 comments on commit 9ff0101

Please sign in to comment.