From ed6567287bbcd1156f52cbbe6ab85b74ef1b4e87 Mon Sep 17 00:00:00 2001 From: Derek Yesmunt Date: Wed, 10 Jul 2019 21:42:25 -0400 Subject: [PATCH] fix #2290: Update => Upgrade --- src/ui/component/page/view.jsx | 2 +- src/ui/modal/modalAutoUpdateConfirm/view.jsx | 6 +++--- src/ui/modal/modalAutoUpdateDownloaded/view.jsx | 2 +- static/locales/en.json | 6 ++++-- 4 files changed, 9 insertions(+), 7 deletions(-) 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 && (
- {__('Update ready to install')} + {__('Upgrade is ready')}
)} diff --git a/src/ui/modal/modalAutoUpdateConfirm/view.jsx b/src/ui/modal/modalAutoUpdateConfirm/view.jsx index 45373af57..a80272140 100644 --- a/src/ui/modal/modalAutoUpdateConfirm/view.jsx +++ b/src/ui/modal/modalAutoUpdateConfirm/view.jsx @@ -17,8 +17,8 @@ class ModalAutoUpdateConfirm extends React.PureComponent { { @@ -30,7 +30,7 @@ class ModalAutoUpdateConfirm extends React.PureComponent { }} >
-

{__('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{' '}