We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392ca34 commit c63ed49Copy full SHA for c63ed49
src/vs/workbench/contrib/comments/browser/commentThreadBody.ts
@@ -209,7 +209,7 @@ export class CommentThreadBody<T extends IRange | ICellRange = IRange> extends D
209
}
210
211
private _updateAriaLabel() {
212
- this._commentsElement.ariaLabel = nls.localize('commentThreadAria', "Comment thead with {0} comments. {1}.",
+ this._commentsElement.ariaLabel = nls.localize('commentThreadAria', "Comment thread with {0} comments. {1}.",
213
this._commentThread.comments?.length, this._commentThread.label);
214
215
0 commit comments