1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix minor typo/grammar in extension install message (#6847)

Signed-off-by: Caleb Xu <calebcenter@live.com>

Signed-off-by: Caleb Xu <calebcenter@live.com>
This commit is contained in:
Caleb Xu 2022-12-30 03:57:36 -05:00 committed by GitHub
parent c33a5f12ea
commit d6531f23a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -420,7 +420,7 @@ exports[`extensions - navigation using application menu when navigating to exten
<b>
Pro-Tip
</b>
: you can drag-n-drop tarball-file to this area
: you can drag and drop a tarball file to this area
</small>
</section>
<div>

View File

@ -89,7 +89,7 @@ const NonInjectedInstall: React.FC<Dependencies & InstallProps> = ({
</div>
<small className={styles.proTip}>
<b>Pro-Tip</b>
: you can drag-n-drop tarball-file to this area
: you can drag and drop a tarball file to this area
</small>
</section>
);

View File

@ -152,7 +152,7 @@ const NonInjectedInstalledExtensions = observer(({ extensionDiscovery, extension
<h3 className="font-medium text-3xl mt-5 mb-2">
There are no extensions installed.
</h3>
<p>Please use the form above to install or drag tarbar-file here.</p>
<p>Please use the form above to install or drag a tarball file here.</p>
</div>
);
}