From d6531f23a8338a0fbf1d5ab9d27e31689f9b7966 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 30 Dec 2022 03:57:36 -0500 Subject: [PATCH] Fix minor typo/grammar in extension install message (#6847) Signed-off-by: Caleb Xu Signed-off-by: Caleb Xu --- .../navigation-using-application-menu.test.ts.snap | 2 +- src/renderer/components/+extensions/install.tsx | 2 +- src/renderer/components/+extensions/installed-extensions.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap b/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap index e2225e6b7a..615e539054 100644 --- a/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap +++ b/src/features/extensions/__snapshots__/navigation-using-application-menu.test.ts.snap @@ -420,7 +420,7 @@ exports[`extensions - navigation using application menu when navigating to exten Pro-Tip - : you can drag-n-drop tarball-file to this area + : you can drag and drop a tarball file to this area
diff --git a/src/renderer/components/+extensions/install.tsx b/src/renderer/components/+extensions/install.tsx index 607ed74aaa..7572063796 100644 --- a/src/renderer/components/+extensions/install.tsx +++ b/src/renderer/components/+extensions/install.tsx @@ -89,7 +89,7 @@ const NonInjectedInstall: React.FC = ({
Pro-Tip - : you can drag-n-drop tarball-file to this area + : you can drag and drop a tarball file to this area ); diff --git a/src/renderer/components/+extensions/installed-extensions.tsx b/src/renderer/components/+extensions/installed-extensions.tsx index a7fe14f35c..60579ca3ec 100644 --- a/src/renderer/components/+extensions/installed-extensions.tsx +++ b/src/renderer/components/+extensions/installed-extensions.tsx @@ -152,7 +152,7 @@ const NonInjectedInstalledExtensions = observer(({ extensionDiscovery, extension

There are no extensions installed.

-

Please use the form above to install or drag tarbar-file here.

+

Please use the form above to install or drag a tarball file here.

); }