File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ import { I18n } from "./../i18n/i18n.module";
3737 <button
3838 (click)="onClose()"
3939 class="bx--inline-notification__close-button"
40+ [attr.aria-label]="bannerObj.closeLabel"
4041 type="button">
4142 <svg
4243 class="bx--inline-notification__close-icon"
43- [attr.aria-label]="bannerObj.closeLabel"
4444 width="10"
4545 height="10"
4646 viewBox="0 0 10 10"
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ import { Banner } from "./banner.component";
2525 <button
2626 class="bx--toast-notification__close-button"
2727 type="button"
28+ [attr.aria-label]="bannerObj.closeLabel"
2829 (click)="onClose()">
2930 <svg
3031 class="bx--toast-notification-icon"
31- [attr.aria-label]="bannerObj.closeLabel"
3232 width="10"
3333 height="10"
3434 viewBox="0 0 10 10"
You can’t perform that action at this time.
0 commit comments