From 41e338730d32837fc9dd8a15477e37dea4cc76c9 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 29 Aug 2022 10:27:07 -0500 Subject: [PATCH] fix(datetime): next and previous buttons have correct labels (#25845) resolves #25844 --- core/src/components/datetime/datetime.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx index c63d6eb515..11df14126d 100644 --- a/core/src/components/datetime/datetime.tsx +++ b/core/src/components/datetime/datetime.tsx @@ -1839,11 +1839,11 @@ export class Datetime implements ComponentInterface {
- this.prevMonth()}> - + this.prevMonth()}> + - this.nextMonth()}> - + this.nextMonth()}> +