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

Replacing pro-tip text

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-12-02 13:51:03 +03:00
parent f6a88b386f
commit 9910a1c608

View File

@ -451,10 +451,10 @@ export class Extensions extends React.Component {
<div key={id} className="extension flex gaps align-center">
<div className="box grow">
<div className="name">
Name: <code className="name">{name}</code>
{name}
</div>
<div className="description">
Description: <span className="text-secondary">{description}</span>
{description}
</div>
</div>
<div className="actions">
@ -529,7 +529,7 @@ export class Extensions extends React.Component {
onClick={this.installFromUrlOrPath}
/>
<small className="hint">
<Trans><b>Pro-Tip</b>: you can drag & drop extension&apos;s tarball-file to install</Trans>
<Trans><b>Pro-Tip</b>: you can also drag-n-drop tarball-file to this area</Trans>
</small>
</div>