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:
parent
f6a88b386f
commit
9910a1c608
@ -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'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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user