diff --git a/package.json b/package.json
index 883b20b9b..b2cfff6be 100644
--- a/package.json
+++ b/package.json
@@ -128,7 +128,7 @@
     "husky": "^0.14.3",
     "json-loader": "^0.5.4",
     "lbry-format": "https://github.com/lbryio/lbry-format.git",
-    "lbry-redux": "lbryio/lbry-redux#85fe532d69704a283fd2ec640ad6e3b8dacd6d0d",
+    "lbry-redux": "lbryio/lbry-redux#0a1c95a08835a6b892d853b156d4934e469c9589",
     "lbryinc": "lbryio/lbryinc#d1dba98bb6f1dc67bc0db4c0a20fc13b8a0de98b",
     "lint-staged": "^7.0.2",
     "localforage": "^1.7.1",
diff --git a/static/app-strings.json b/static/app-strings.json
index 4748716ff..ead476e00 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -733,7 +733,6 @@
   "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.": "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.",
   "Your Channels": "Your Channels",
   "Add Tags": "Add Tags",
-  "LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols",
   "Available Balance": "Available Balance",
   "Earned and bound in tips": "Earned and bound in tips",
   "LBC Currently Staked": "LBC Currently Staked",
@@ -791,5 +790,6 @@
   "Your Channel": "Your Channel",
   "channel": "channel",
   "Create": "Create",
-  "You have no rewards available.": "You have no rewards available."
+  "You have no rewards available.": "You have no rewards available.",
+  "URL does not include name.": "URL does not include name."
 }
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 37d0c1a57..7d21274f6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6850,9 +6850,9 @@ lazy-val@^1.0.3, lazy-val@^1.0.4:
     yargs "^13.2.2"
     zstd-codec "^0.1.1"
 
-lbry-redux@lbryio/lbry-redux#85fe532d69704a283fd2ec640ad6e3b8dacd6d0d:
+lbry-redux@lbryio/lbry-redux#0a1c95a08835a6b892d853b156d4934e469c9589:
   version "0.0.1"
-  resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/85fe532d69704a283fd2ec640ad6e3b8dacd6d0d"
+  resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/0a1c95a08835a6b892d853b156d4934e469c9589"
   dependencies:
     proxy-polyfill "0.1.6"
     reselect "^3.0.0"