Skip to content

Commit

Permalink
Adding missing orderDigitalCopyFeedbackErrorMissingMunicipalityagency…
Browse files Browse the repository at this point in the history
…idText

in storybook
  • Loading branch information
spaceo committed Jan 14, 2024
1 parent bda6888 commit 0679189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apps/material/material.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,11 @@ export default {
defaultValue: "Email",
control: { type: "text" }
},
orderDigitalCopyFeedbackErrorMissingMunicipalityagencyidText: {
name: "Error missing municipality agency ID text",
defaultValue: "Error missing municipality agency ID",
control: { type: "text" }
},
authUrl: {
name: "Url where user can authenticate",
defaultValue: "",
Expand Down
1 change: 1 addition & 0 deletions src/apps/material/material.entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ interface MaterialEntryTextProps {
orderDigitalCopyFeedbackUnknownUserText: string;
orderDigitalCopyModalCloseModalAriaLabelText: string;
orderDigitalCopyModalScreenReaderModalDescriptionText: string;
orderDigitalCopyFeedbackErrorMissingMunicipalityagencyidText: string;
orderDigitalCopyTitleText: string;
outOfText: string;
periodicalSelectEditionText: string;
Expand Down

0 comments on commit 0679189

Please sign in to comment.