diff --git a/src/ui/component/page/view.jsx b/src/ui/component/page/view.jsx index 2a797c50c..4a309fdc5 100644 --- a/src/ui/component/page/view.jsx +++ b/src/ui/component/page/view.jsx @@ -21,7 +21,7 @@ function Page(props: Props) { {/* @if TARGET='app' */} {showUpgradeButton && (
{__('Your LBRY update is ready. Restart LBRY now to use it!')}
+{__('Your LBRY upgrade is ready. Restart LBRY now to use it!')}
{__('Want to know what has changed?')} See the{' '}
.
diff --git a/src/ui/modal/modalAutoUpdateDownloaded/view.jsx b/src/ui/modal/modalAutoUpdateDownloaded/view.jsx
index bfba9cae4..f5e9bd303 100644
--- a/src/ui/modal/modalAutoUpdateDownloaded/view.jsx
+++ b/src/ui/modal/modalAutoUpdateDownloaded/view.jsx
@@ -31,7 +31,7 @@ class ModalAutoUpdateDownloaded extends React.PureComponent