Skip to content

Commit

Permalink
- Update label in stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias800 committed Jul 5, 2024
1 parent 20fff48 commit fdb2ab7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const WithHeading = () => {
value={value}
onValueChange={setValue}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
/>
</div>
);
Expand Down Expand Up @@ -109,7 +109,7 @@ export const ParseDate = () => {
value={value}
onValueChange={setValueHandler}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
/>
<Spacing num={2} />
<Row gap={4}>
Expand Down

0 comments on commit fdb2ab7

Please sign in to comment.