diff --git a/src/quickPicks/repoStatus.ts b/src/quickPicks/repoStatus.ts index 6b325ca..fb44f07 100644 --- a/src/quickPicks/repoStatus.ts +++ b/src/quickPicks/repoStatus.ts @@ -108,7 +108,7 @@ export class RepoStatusQuickPick { } else { items.push(new CommandQuickPickItem({ - label: `No working changes`, + label: `No changes in the working tree`, description: null }, Commands.ShowQuickRepoStatus, [goBackCommand])); }