mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -05:00
Updates clean working tree message
This commit is contained in:
@@ -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]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user