From 0184eb707a2ad5bf81e785f1056694d93c49d22d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 29 Aug 2022 13:26:37 +0000 Subject: [PATCH] fix(datetime): next and previous buttons have correct labels --- 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 c63d6eb5153..11df14126df 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()}> +