Skip to content

Commit

Permalink
docs(odyssey-storybook): update Checkbox examples
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jan 30, 2023
1 parent 5d582db commit 616cb2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const SingleTemplate: Story = (args) => {
indeterminate={args.indeterminate}
/>
}
label="Pre-flight systems check complete"
label="Preflight systems check complete"
aria-describedby="checkbox-error"
/>
{args.error && (
Expand Down Expand Up @@ -159,5 +159,5 @@ Error.parameters = {
};
Error.args = {
invalid: true,
error: "Systems must be checked prior to launch.",
error: "Select 1 or more systems to check before initiating warp.",
};

0 comments on commit 616cb2e

Please sign in to comment.