mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-17 02:51:47 -05:00
Updates clean working tree message
This commit is contained in:
@@ -108,7 +108,7 @@ export class RepoStatusQuickPick {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
items.push(new CommandQuickPickItem({
|
items.push(new CommandQuickPickItem({
|
||||||
label: `No working changes`,
|
label: `No changes in the working tree`,
|
||||||
description: null
|
description: null
|
||||||
}, Commands.ShowQuickRepoStatus, [goBackCommand]));
|
}, Commands.ShowQuickRepoStatus, [goBackCommand]));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user