Skip to content

Commit

Permalink
Fixed typo (#297)
Browse files Browse the repository at this point in the history
'days': 'Päivät' ->  'days': 'Päivää'
  • Loading branch information
eljass authored and holtkamp committed Nov 8, 2016
1 parent fed9593 commit 35d891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@
{
'selected': 'Valittu:',
'day':'Päivä',
'days': 'Päivät',
'days': 'Päivää',
'apply': 'Sulje',
'week-1' : 'ma',
'week-2' : 'ti',
Expand Down

0 comments on commit 35d891f

Please sign in to comment.