From 3d2e618be8f575a377e0160239cfbad5e9a21247 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 24 Feb 2023 16:08:06 -0500 Subject: [PATCH] fix term --- src/components/carousel/carousel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/carousel/carousel.ts b/src/components/carousel/carousel.ts index a5593360e..ab31cff9d 100644 --- a/src/components/carousel/carousel.ts +++ b/src/components/carousel/carousel.ts @@ -356,7 +356,7 @@ export default class SlCarousel extends ShoelaceElement { 'carousel__navigation-button--previous': true, 'carousel__navigation-button--disabled': !prevEnabled })}" - aria-label="${this.localize.term('goToPreviousSlide')}" + aria-label="${this.localize.term('previousSlide')}" part="navigation-button navigation-button--previous" >