Skip to content

Commit

Permalink
fix: correct the French translation for "May", set aria-hidden='true'…
Browse files Browse the repository at this point in the history
… to dropdown arrow
  • Loading branch information
alexunique0519 committed Sep 22, 2022
1 parent 0faa78f commit 59ad49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DatePicker/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function DatePicker(props) {
</option>
))}
</select>
<div className="dropdownPos">
<div className="dropdownPos" aria-hidden="true">
<Image
alt="Default Image"
id="image"
Expand Down
2 changes: 1 addition & 1 deletion src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"2": "Février",
"3": "Mars",
"4": "Avril",
"5": "Peut",
"5": "Mai",
"6": "Juin",
"7": "Juillet",
"8": "Août",
Expand Down

0 comments on commit 59ad49c

Please sign in to comment.