diff --git a/static/app-strings.json b/static/app-strings.json
index 0898e7fd6..0baca0e92 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -298,6 +298,7 @@
"Continue Anyway": "Continue Anyway",
"This app is running with an incompatible version of the LBRY protocol. You can still use it, but there may be issues. Re-run the installation package for best results.": "This app is running with an incompatible version of the LBRY protocol. You can still use it, but there may be issues. Re-run the installation package for best results.",
"Update ready to install": "Update ready to install",
+ "Install now": "Install now",
"Upgrade available": "Upgrade available",
"LBRY Leveled Up": "LBRY Leveled Up",
"Upgrade": "Upgrade",
diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx
index 8431160c2..f37b97beb 100644
--- a/ui/component/app/view.jsx
+++ b/ui/component/app/view.jsx
@@ -204,7 +204,7 @@ function App(props: Props) {
{/* @if TARGET='app' */}
{showUpgradeButton && (
-
+
)}
{/* @endif */}
{isEnhancedLayout && }
diff --git a/ui/component/openInAppLink/view.jsx b/ui/component/openInAppLink/view.jsx
index 05dfdb30f..9a4499edf 100644
--- a/ui/component/openInAppLink/view.jsx
+++ b/ui/component/openInAppLink/view.jsx
@@ -59,7 +59,7 @@ function OpenInAppLink(props: Props) {
}
return (
-
+
);
}