Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CXSPA-8189
Browse files Browse the repository at this point in the history
  • Loading branch information
uroslates authored Oct 17, 2024
2 parents 0141df7 + 35a1751 commit c02fb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<button
type="button"
class="close"
title="{{ 'common.close' | cxTranslate }}"
attr.aria-label="{{ 'addToCart.closeModal' | cxTranslate }}"
(click)="dismissModal('Cross click')"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
(click)="closeMessage.emit()"
[attr.aria-label]="'common.close' | cxTranslate"
[cxAtMessage]="'common.close' | cxTranslate"
title="{{ 'common.close' | cxTranslate }}"
class="close"
type="button"
>
Expand Down

0 comments on commit c02fb28

Please sign in to comment.