diff options
-rw-r--r-- | bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js index f1d6cc2..d66b5ee 100644 --- a/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js +++ b/bundles/org.eclipse.orion.client.git/web/git/plugins/gitPlugin.js @@ -414,9 +414,9 @@ function(PluginProvider, xhr, mServiceregistry, mGitClient, mSshTools, i18nUtil, Value: clone.GitUrl }, { - Name: "Git Status", - Value: "Git Status", - Href: "{+OrionHome}/git/git-status.html#" + item.Git.StatusLocation + Name: "Git Repository", + Value: "Git Repository", + Href: "{+OrionHome}/git/git-repository.html#" + item.Git.CloneLocation } ] } |