diff --git a/extensions/github/package.nls.json b/extensions/github/package.nls.json index 4acc8acabcb..04497595eb6 100644 --- a/extensions/github/package.nls.json +++ b/extensions/github/package.nls.json @@ -5,8 +5,8 @@ "command.publish": "Publish to GitHub", "command.openOnGitHub": "Open on GitHub", "command.openOnVscodeDev": "Open in vscode.dev", - "command.createPullRequest": "Create Pull Request", - "command.openPullRequest": "Open Pull Request", + "command.createPullRequest": "Create PR", + "command.openPullRequest": "Open PR", "config.branchProtection": "Controls whether to query repository rules for GitHub repositories", "config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.", "config.gitProtocol": "Controls which protocol is used to clone a GitHub repository",