diff --git a/packages/odyssey-storybook/src/components/odyssey-mui/Fieldset/Fieldset.stories.tsx b/packages/odyssey-storybook/src/components/odyssey-mui/Fieldset/Fieldset.stories.tsx index eb0aa33f8b..9f0b55e76f 100644 --- a/packages/odyssey-storybook/src/components/odyssey-mui/Fieldset/Fieldset.stories.tsx +++ b/packages/odyssey-storybook/src/components/odyssey-mui/Fieldset/Fieldset.stories.tsx @@ -80,11 +80,11 @@ const storybookMeta: Meta = { }, }, args: { - legend: "Ship registration information", + legend: "Docking registration", children: ( <> - - + + ), }, @@ -119,8 +119,7 @@ export const Simple: StoryObj = { export const Description: StoryObj = { ...Template, args: { - description: - "Before docking with the station, please register your ship and crew.", + description: "Register your ship before docking with the station.", }, }; @@ -128,8 +127,8 @@ export const Alert: StoryObj = { ...Template, args: { alert: ( - - Something has gone horribly awry. + + Please try your request again later. ), }, diff --git a/packages/odyssey-storybook/src/components/odyssey-mui/Form/Form.stories.tsx b/packages/odyssey-storybook/src/components/odyssey-mui/Form/Form.stories.tsx index c2275eb816..c2e408f9d2 100644 --- a/packages/odyssey-storybook/src/components/odyssey-mui/Form/Form.stories.tsx +++ b/packages/odyssey-storybook/src/components/odyssey-mui/Form/Form.stories.tsx @@ -154,8 +154,8 @@ const storybookMeta: Meta = { title: "Docking registration", children: ( <> - - + + ), formActions: ( @@ -200,8 +200,8 @@ export const Simple: StoryObj = { args: { children: ( <> - - + + ), }, @@ -213,8 +213,8 @@ export const Fieldsets: StoryObj = { children: ( <>
- - + +
@@ -228,8 +228,7 @@ export const Fieldsets: StoryObj = { export const Description: StoryObj = { ...Template, args: { - description: - "Before docking with the station, please register your ship and crew.", + description: "Register your ship before docking with the station.", }, }; @@ -237,8 +236,8 @@ export const Alert: StoryObj = { ...Template, args: { alert: ( - - Something has gone horribly awry. + + Please try your request again later. ), }, @@ -248,8 +247,8 @@ export const KitchenSink: StoryObj = { ...Template, args: { alert: ( - - Something has gone horribly awry. + + Please try your request again later. ), children: ( @@ -257,10 +256,10 @@ export const KitchenSink: StoryObj = {
@@ -306,7 +305,6 @@ export const KitchenSink: StoryObj = {
), - description: - "Before docking with the station, please register your ship and crew.", + description: "Register your ship before docking with the station.", }, };