Skip to content

Commit

Permalink
fix: (CXSPA-9051) fix issue with organization i icon ariaLabel/title …
Browse files Browse the repository at this point in the history
  • Loading branch information
uroslates authored Jan 20, 2025
1 parent 54f6cf6 commit 46a0333
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ <h2 *cxFeature="'a11yOrganizationListHeadingOrder'">
appendToBody: true,
displayCloseButton: true,
}"
[attr.aria-label]="'organization.information' | cxTranslate"
[attr.title]="'organization.information' | cxTranslate"
[attr.aria-label]="
'organization.information'
| cxTranslate
: { title: viewType + '.groupName' | cxTranslate }
"
[attr.title]="
'organization.information'
| cxTranslate
: { title: viewType + '.groupName' | cxTranslate }
"
>
<cx-icon [type]="iconTypes.INFO"> </cx-icon>
</button>
Expand Down

0 comments on commit 46a0333

Please sign in to comment.