We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0059efb commit f3c3096Copy full SHA for f3c3096
src/material/datepicker/datepicker-intl.ts
@@ -41,10 +41,10 @@ export class MatDatepickerIntl {
41
nextYearLabel: string = 'Next year';
42
43
/** A label for the previous multi-year button (used by screen readers). */
44
- prevMultiYearLabel: string = 'Previous 20 years';
+ prevMultiYearLabel: string = 'Previous 24 years';
45
46
/** A label for the next multi-year button (used by screen readers). */
47
- nextMultiYearLabel: string = 'Next 20 years';
+ nextMultiYearLabel: string = 'Next 24 years';
48
49
/** A label for the 'switch to month view' button (used by screen readers). */
50
switchToMonthViewLabel: string = 'Choose date';
0 commit comments