Skip to content

Commit a753922

Browse files
authored
better aria label for list (microsoft#256892)
bette aria label
1 parent cbeae1b commit a753922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/chatReferencesContentPart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export class CollapsibleListPool extends Disposable {
226226
}
227227
},
228228

229-
getWidgetAriaLabel: () => localize('chatCollapsibleList', "Collapsible Chat List")
229+
getWidgetAriaLabel: () => localize('chatCollapsibleList', "Collapsible Chat References List")
230230
},
231231
dnd: {
232232
getDragURI: (element: IChatCollapsibleListItem) => getResourceForElement(element)?.toString() ?? null,

0 commit comments

Comments
 (0)