Git - update command label so that it is consistent with the other commands (#171987)

💄 Git - update command label so that it is consistent with the other commands
This commit is contained in:
Ladislau Szomoru 2023-01-23 15:24:08 +01:00 committed by GitHub
parent 07b66c7f8c
commit 6ee8313061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@
"command.rebaseAbort": "Abort Rebase",
"command.stashIncludeUntracked": "Stash (Include Untracked)",
"command.stash": "Stash",
"command.stashStaged": "Stash (Staged)",
"command.stashStaged": "Stash Staged",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop Latest Stash",
"command.stashApply": "Apply Stash...",