Skip to content

Commit c63ed49

Browse files
committed
Fix typo in comment aria label
Fixes microsoft#146049
1 parent 392ca34 commit c63ed49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/comments/browser/commentThreadBody.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class CommentThreadBody<T extends IRange | ICellRange = IRange> extends D
209209
}
210210

211211
private _updateAriaLabel() {
212-
this._commentsElement.ariaLabel = nls.localize('commentThreadAria', "Comment thead with {0} comments. {1}.",
212+
this._commentsElement.ariaLabel = nls.localize('commentThreadAria', "Comment thread with {0} comments. {1}.",
213213
this._commentThread.comments?.length, this._commentThread.label);
214214
}
215215

0 commit comments

Comments
 (0)