Add release notes to auto update dialogs

This commit is contained in:
Alex Liebowitz 2018-01-23 19:39:17 -05:00
parent fbc143aaaf
commit daca49dc15

View file

@ -31,6 +31,10 @@ class ModalAutoUpdateConfirm extends React.PureComponent {
'Your LBRY update is ready. Restart LBRY now to use it!'
)}
</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>
</Modal>
);