From 214ac689ca9874a8a4be386f73d5cb60e15af25e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 28 Sep 2021 00:48:28 -0400 Subject: [PATCH] Fixes type --- 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 ad9cfa9c82a..cc132912a29 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -188,7 +188,7 @@ "config.showUnpublishedCommitsButton": "Controls whether to show an action button to sync or publish, if there are unpublished commits.", "config.showUnpublishedCommitsButton.always": "Always shows the action button, if there are unpublished commits.", "config.showUnpublishedCommitsButton.whenEmpty": "Only shows the action button if there are no other changes and there are unpublished commits.", - "config.showUnpublishedCommitsButton.never": "Nevers shows the action button.", + "config.showUnpublishedCommitsButton.never": "Never shows the action button.", "submenu.explorer": "Git", "submenu.commit": "Commit", "submenu.commit.amend": "Amend",