fix: modal upgrade help text
This commit is contained in:
parent
174bfbc8fb
commit
7995c1cb9e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ModalAutoUpdateConfirm extends React.PureComponent<Props> {
|
|||
>
|
||||
<section className="card__content">
|
||||
<p>{__('Your LBRY update is ready. Restart LBRY now to use it!')}</p>
|
||||
<p className="meta">
|
||||
<p className="help">
|
||||
{__('Want to know what has changed?')} See the{' '}
|
||||
<Button
|
||||
button="link"
|
||||
|
|
Loading…
Add table
Reference in a new issue