Skip to content

Commit

Permalink
fixing test to also use 'i18nStrings.' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpitcock committed Jan 22, 2025
1 parent bda8299 commit 2d6cd32
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,9 +1090,9 @@ describe('Date range picker', () => {
'i18nStrings.dateConstraintText': 'Custom date constraint text',
'i18nStrings.dateTimeConstraintText': 'Custom date & time constraint text',
'i18nStrings.monthConstraintText': 'Custom month constraint text',
todayAriaLabel: 'Custom today',
nextMonthAriaLabel: 'Custom next month',
previousMonthAriaLabel: 'Custom previous month',
'i18nStrings.todayAriaLabel': 'Custom today',
'i18nStrings.nextMonthAriaLabel': 'Custom next month',
'i18nStrings.previousMonthAriaLabel': 'Custom previous month',
'i18nStrings.currentMonthAriaLabel': 'Custom this month',
'i18nStrings.previousYearAriaLabel': 'Custom previous year',
'i18nStrings.nextYearAriaLabel': 'Custom next year',
Expand Down

0 comments on commit 2d6cd32

Please sign in to comment.