Skip to content

Commit e66b60d

Browse files
committed
fix: Correct left button title
Signed-off-by: Akshat Patel <[email protected]>
1 parent 50e170a commit e66b60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/tab-headers.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Tab } from "./tab.component";
3939
[ngClass]="{
4040
'cds--tab--overflow-nav-button--hidden': leftOverflowNavButtonHidden
4141
}"
42-
[title]="translations.BUTTON_ARIA_RIGHT">
42+
[title]="translations.BUTTON_ARIA_LEFT">
4343
<svg
4444
focusable="false"
4545
preserveAspectRatio="xMidYMid meet"

0 commit comments

Comments
 (0)