提交 684a3dd7 编写于 作者: B Benjamin Pasero

change feedback message for hiding (#96878)

上级 2d48df5c
......@@ -271,7 +271,7 @@ export class FeedbackDropdown extends Dropdown {
const hideButtonLabel = dom.append(hideButtonContainer, dom.$('label'));
hideButtonLabel.setAttribute('for', 'hide-button');
hideButtonLabel.textContent = nls.localize('showFeedback', "Show Feedback Smiley in Status Bar");
hideButtonLabel.textContent = nls.localize('showFeedback', "Show Feedback Icon in Status Bar");
// Button: Send Feedback
this.sendButton = new Button(buttonsContainer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册