Skip to content

Commit 6a582ce

Browse files
authored
Spotlight ACCS bug fix (#6009)
* Spotlight arial label change * changelog
1 parent 2605a25 commit 6a582ce

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Spotlight",
5+
"comment": "Change spotlight arial label to match button label",
6+
"packageName": "@azure/communication-react",
7+
"email": "96077406+carocao-msft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/VideoGallery/useVideoTileContextualMenuProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export const useVideoTileContextualMenuProps = (props: {
223223
styles: { root: { lineHeight: 0 } }
224224
},
225225
onClick: () => onStopSpotlight([participant.userId]),
226-
ariaLabel: strings.stopSpotlightVideoTileMenuLabel
226+
ariaLabel: stopSpotlightMenuLabel
227227
});
228228
}
229229
} else {

0 commit comments

Comments
 (0)