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:
parent
c33a5f12ea
commit
d6531f23a8
@ -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>
|
||||
|
||||
@ -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>
|
||||
);
|
||||
|
||||
@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user