Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk committed Feb 11, 2025
1 parent d986377 commit 4aea5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
errorRangeStartDateMinDate: 'Startdato kan ikke være før %s.',
errorRangeStartDateMaxDate: 'Startdato kan ikke være etter %s.',
errorRangeEndDateMinDate: 'Sluttdato kan ikke være før %s.',
errorRangeEndDateMaxDate: 'Sluttdato kan ikke være etter %s.',
errorRangeEndDateMaxDate: 'Sluttdato kan ikke være etter %s.',
},
Expiry: {
label: 'Utløpsdato',
Expand Down

0 comments on commit 4aea5c9

Please sign in to comment.