Skip to content

Commit

Permalink
Add new translations for promobar in PatronPage
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Oct 17, 2023
1 parent 1421eea commit 8c08dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/patron-page/PatronPage.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@ export default {
defaultValue:
"The phone number must be 6 to 15 characters in length and should be comprised solely of numbers or begin with a +",
control: { type: "text" }
},
handleResponseInformationText: {
defaultValue: "Dine ændringer er gemt.",
control: { type: "text" }
},
loadingText: {
name: "Loading",
defaultValue: "Loading..",
control: { type: "text" }
}
}
} as ComponentMeta<typeof PatronPage>;
Expand Down
2 changes: 2 additions & 0 deletions src/apps/patron-page/PatronPage.entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ interface PatronPageTextProps {
patronPageStatusSectionOutOfAriaLabelAudioBooksText: string;
patronPageStatusSectionOutOfAriaLabelEbooksText: string;
phoneInputMessageText: string;
handleResponseInformationText: string;
loadingText: string;
}

export interface PatronPageProps
Expand Down

0 comments on commit 8c08dcc

Please sign in to comment.