From 6ee831306108ef2be710cfcc5b07432ec366854c Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:24:08 +0100 Subject: [PATCH] Git - update command label so that it is consistent with the other commands (#171987) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💄 Git - update command label so that it is consistent with the other commands --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 02eb93587d0..2a5ebd6a5e1 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -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...",