提交 83b8d604 编写于 作者: P Peng Lyu

wording

上级 bd647b78
......@@ -54,7 +54,7 @@
},
{
"id": "prStatus",
"name": "Changes From Pull Request",
"name": "Changes In Pull Request",
"when": "git:ispr"
}
]
......@@ -69,7 +69,7 @@
},
{
"command": "pr.pick",
"title": "Checkout Source Branch"
"title": "Checkout Pull Request"
},
{
"command": "pr.openInGitHub",
......
......@@ -52,13 +52,13 @@ export class PRGroupTreeItem implements vscode.TreeItem {
this.label = 'All';
break;
case PRType.RequestReview:
this.label = 'Request Review';
this.label = 'Waiting For My Review';
break;
case PRType.ReviewedByMe:
this.label = 'Reviewed By Me';
break;
case PRType.Mine:
this.label = 'Mine';
this.label = 'Created By Me';
break;
case PRType.LocalPullRequest:
this.label = 'Local Pull Request Branches';
......
......@@ -197,7 +197,7 @@ export class ReviewZoneWidget extends ZoneWidget {
this._secondaryHeading = $('span.dirname').appendTo(titleElement).getHTMLElement();
this._metaHeading = $('span.meta').appendTo(titleElement).getHTMLElement();
let primaryHeading = 'Reviewers:';
let primaryHeading = 'Participants:';
$(this._primaryHeading).safeInnerHtml(primaryHeading);
this._primaryHeading.setAttribute('aria-label', primaryHeading);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册