Skip to content

Commit

Permalink
fix: typo in fi_FI.tsx (#30433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiiri committed May 10, 2021
1 parent 9a4c971 commit 369dc34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/date-picker/locale/fi_FI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { PickerLocale } from '../generatePicker';
const locale: PickerLocale = {
lang: {
placeholder: 'Valitse päivä',
rangePlaceholder: ['Alku päivä', 'Loppu päivä'],
rangePlaceholder: ['Alkamispäivä', 'Päättymispäivä'],
...CalendarLocale,
},
timePickerLocale: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74424,7 +74424,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
>
<input
autocomplete="off"
placeholder="Alku päivä"
placeholder="Alkamispäivä"
readonly=""
size="12"
value=""
Expand Down Expand Up @@ -74463,7 +74463,7 @@ exports[`Locale Provider should display the text as fi 1`] = `
>
<input
autocomplete="off"
placeholder="Loppu päivä"
placeholder="Päättymispäivä"
readonly=""
size="12"
value=""
Expand Down

0 comments on commit 369dc34

Please sign in to comment.