Add release notes to auto update dialogs
This commit is contained in:
parent
fbc143aaaf
commit
daca49dc15
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ class ModalAutoUpdateConfirm extends React.PureComponent {
|
||||||
'Your LBRY update is ready. Restart LBRY now to use it!'
|
'Your LBRY update is ready. Restart LBRY now to use it!'
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
|
<p className="meta text-center">
|
||||||
|
{__('Want to know what has changed?')} See the{' '}
|
||||||
|
<Link label={__('release notes')} href="https://github.com/lbryio/lbry-app/releases" />.
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue