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.
);
}