From daca49dc15caa0da30559e26a8fa8317bc5f480e Mon Sep 17 00:00:00 2001
From: Alex Liebowitz
Date: Tue, 23 Jan 2018 19:39:17 -0500
Subject: [PATCH] Add release notes to auto update dialogs
---
src/renderer/modal/modalAutoUpdateConfirm/view.jsx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/renderer/modal/modalAutoUpdateConfirm/view.jsx b/src/renderer/modal/modalAutoUpdateConfirm/view.jsx
index ba9a32d4a..2c8d8e3b2 100644
--- a/src/renderer/modal/modalAutoUpdateConfirm/view.jsx
+++ b/src/renderer/modal/modalAutoUpdateConfirm/view.jsx
@@ -31,6 +31,10 @@ class ModalAutoUpdateConfirm extends React.PureComponent {
'Your LBRY update is ready. Restart LBRY now to use it!'
)}
+
+ {__('Want to know what has changed?')} See the{' '}
+ .
+
);