提交 b56ccfa8 编写于 作者: R Rachel Macfarlane

Localize error message for comment thread add failure

上级 b5ef5937
......@@ -602,7 +602,7 @@ export class ReviewController implements IEditorContribution {
this.processNextThreadToAdd();
})
.catch(e => {
this.notificationService.error(`Adding a new comment thread failed: ${e}`);
this.notificationService.error(nls.localize('commentThreadAddFailure', "Adding a new comment thread failed failed: {0}.", e.message));
this.processNextThreadToAdd();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册