Skip to content

Commit

Permalink
Fix typo in comment aria label
Browse files Browse the repository at this point in the history
Fixes #146049
  • Loading branch information
alexr00 committed Mar 25, 2022
1 parent 392ca34 commit c63ed49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class CommentThreadBody<T extends IRange | ICellRange = IRange> extends D
}

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

Expand Down

0 comments on commit c63ed49

Please sign in to comment.