Skip to content

Commit d1d171c

Browse files
committed
fixed failing tests
1 parent 5492f4f commit d1d171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/hds/advanced-table/th-button-expand.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>
1616
{{! template-lint-enable no-unsupported-role-attributes}}
1717
<span id={{this._prefixLabelId}} class="hds-advanced-table__th-button-aria-label-hidden-segment">
18-
{{t "hds.global.toggle"}}
18+
{{t "hds.components.shared.toggle"}}
1919
</span>
2020
<Hds::Icon @name={{this.icon}} />
2121
</button>

0 commit comments

Comments
 (0)