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.
2 parents 7abbabc + 4638a97 commit 72941ffCopy full SHA for 72941ff
src/components/TDatepicker/TDatepickerNavigator.ts
@@ -102,13 +102,13 @@ const TDatepickerNavigator = Vue.extend({
102
},
103
nextButtonAriaLabel(): string {
104
if (this.isDayView) {
105
- return `Next ${this.locale.yearAriaLabel}`;
+ return `Next ${this.locale.MonthAriaLabel}`;
106
}
107
return `Next ${this.locale.yearAriaLabel}`;
108
109
prevButtonAriaLabel(): string {
110
111
- return `Prev ${this.locale.yearAriaLabel}`;
+ return `Prev ${this.locale.MonthAriaLabel}`;
112
113
return `Prev ${this.locale.yearAriaLabel}`;
114
0 commit comments