diff --git a/packages/git/src/browser/git-contribution.ts b/packages/git/src/browser/git-contribution.ts index 56ae33284a6fc..5dd8cf362b000 100644 --- a/packages/git/src/browser/git-contribution.ts +++ b/packages/git/src/browser/git-contribution.ts @@ -638,7 +638,7 @@ export class GitContribution implements CommandContribution, MenuContribution, T return { command: GIT_COMMANDS.CHECKOUT.id, title: `$(code-fork) ${branch}${changes}`, - tooltip: 'Checkout...' + tooltip: `${branch}${changes}` }; } protected getSyncStatusBarCommand(): ScmCommand | undefined {