提交 2afaa0d6 编写于 作者: B Benjamin Pasero

fix #52208

上级 e909a0d9
......@@ -239,7 +239,7 @@ export class FeedbackDropdown extends Dropdown {
this.feedbackDescriptionInput = <HTMLTextAreaElement>$('textarea.feedback-description').attr({
rows: 3,
maxlength: this.maxFeedbackCharacters,
'aria-label': nls.localize("commentsHeader", "Comments")
'aria-label': nls.localize("feedbackTextInput", "Tell us your feedback")
})
.text(this.feedback).attr('required', 'required')
.on('keyup', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册